
Remove Country Code API
In Some Cases , while Building chatbots with external APIs , the API Providers will not accept mobile number with Country code , that time we may face issues to use the whatsapp chatbot Pro actively to Automate
So, Here we make a Solution , just Setup One http API Node and setup our Mobile Country Code Remove ( MCCR ) API and Easily Get the Mobile Number
Step 1 : Login your Bulkwise Account
Step 2 : Go to HTTP API
Step 3: Create New Http API
Step 4: Fill the API Details ( API Name , Method : GET , Test Subscriber-ID , Endpoint )
Endpoint :
https://bulkwise.in/tools/mccr.php?chat_id=#LEAD_USER_CHAT_ID#

Step 5 : Scroll Down and click Verify Connection
Step 6 : you can see the Raw Data ( output ) received mobile_wcc value of the Mobile Number without Country Code
{
"status": "success",
"mobile_wcc": "9629356138"
}

Step 7 : Map the mobile_wcc to custom fieldĀ
Step 8 : Instead of Using Chat_id custom field , now you can use this newly created custom field and trigger the API