There are two types of WhatsApp Business Accounts, which determines how your business appears to your customers.
Any account that is using the WhatsApp Business API is by default a Business Account.
WhatsApp has verified that an authentic brand owns this account.
Notability is defined by WhatsApp as: An account that must represent a well-known often searched brand or entity. WhatsApp reviews accounts that are featured in multiple news sources, and they don't consider paid or promotional content as sources for review.
The decision to grant the Official Business Account (verified badge) is at WhatsApp©s discretion.
AskEVA will raise the request to WhatsApp for an Official Business Account on behalf of the Business.
If WhatsApp has decided to not grant the OBA to the Business, the Business can re-apply after a period of 30 days.
To send a Notification message on WhatsApp, the API request is made to this endpoint:
https://app.askeva.in/api/rest/send_message?
Content-Type | application/x-www-form-urlencoded |
---|
Key | Description | Example |
---|---|---|
format
REQUIRED | string
|
The API response message format. Default value is text, unless otherwise specified. Must be one of: text, json, xml | json |
method
REQUIRED | string
|
The API method to perform a specific action i.e. send a message on WhatsApp Must be: SendMessage | Send Message |
auth_scheme
REQUIRED | string
|
The authentication scheme of the API. Must be: plain | plain |
v
REQUIRED | string
|
The API version. Must be: 1.1 | 1.1 |
send_to
REQUIRED | string
|
The phone number of the recipient to whom message is being sent. Number must be in E.164 format | 919892123456 |
msg
REQUIRED | string
|
The text message to be sent to the customer. It must be URL encoded. | Hello%20World! |
msg_type
REQUIRED | string
|
The type of message to be sent to the customer. Depending on ©type©, the relevant parameters must be sent as part of the request payload. By default, type is TEXT unless otherwise specified. It is recommended to send msg_type=TEXT when sending Text Notifications on WhatsApp. Must be : TEXT | TEXT |
Authorization
REQUIRED | boolean
|
A Custom API Key that can be specified by the business. it must be unique for every Panel . | 9rc1nxxxxxxxxx |
header
OPTIONAL | string
|
In a Text message, a header usually refers to the ©Title© of the message. 60 alphanumeric characters (with variable values) are allowed for this parameter. | Text message : ©Booking confirmation for Movie© |
footer
OPTIONAL | string
|
A short line of text to the bottom of the message template. 60 alphanumeric characters are allowed for this parameter. | ©Get yourself web-checked- in, to avoid queues© |
Below is a sample GET request when sending a text message on WhatsApp.
https://app.askeva.in/api/rest/send_message?format=json&v=1.1&auth_scheme=plain&method=SendMessage&Authorization=9rc1na231am8105007nidk6025anxxxxxxxxxxxxxxxxxxx&msg_type=Text&send_to=91xxxxxxxxxx&msg=AskEva%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Improve%20your%20customer%20experience%20with%20an%20AI-powered%20conversational%20chatbot%20solution%20integrated%20with%20customized%20ERP%20software.%20Works%2024x7%2C%20Pay-as-you-go%2C%20Automation%20in%20Leads%2C%20Sales%20%26%20Follow-ups.
Below is a sample GET request when sending a text message with Header and Footer.
https://app.askeva.in/api/rest/send_message?method=SendMessage&format=json&v=1.1&auth_scheme=plain&isTemplate=true&msg_type=Text&send_to=91xxxxxxxxxx&msg=With the help of Ask Executive Virtual Assistant, users can experience end-to-end Whatsapp chatbot solutions for all kinds of business right from small to large scale businesses globally.&header=Delight your customers with AskEva.&Authorization=9rc1na231am8105007nidk6025anxxxxxxxxxxxxxxxxxxx&footer=Ask Eva
Below is a sample GET request when sending a text message with CTA Buttons on WhatsApp.
https://app.askeva.in/api/rest/send_message?method=SendMessage&format=json&v=1.1&auth_scheme=plain&isTemplate=true&msg_type=Text&msg=Askeva%20is%20our%20Whatsapp%20based%20Chatbot%20that%20can%20automate%20all%20kinds%20of%20business%20processes%20for%20a%20business%20in%20the%20World%20biggest%20platform%20Whatsapp.&Authorization=9rc1na231am8105007nidk6025anxxxxxxxxxxxxxxxxxxx&send_to=91xxxxxxxxxx
Here, since the Button Template has static Call-to-Action buttons, it is exactly similar to sending a simple text message except for isTemplate=true parameter. This will ensure that the Call-to-Action button template is sent on WhatsApp as expected.
Below is a sample GET request when sending a text message with CTA Buttons on WhatsApp.
https://app.askeva.in/api/rest/send_message?method=SendMessage&format=json&v=1.1&auth_scheme=plain&isTemplate=true&msg_type=Text&msg=Askeva%20is%20our%20Whatsapp%20based%20Chatbot%20that%20can%20automate%20all%20kinds%20of%20business%20processes%20for%20a%20business%20in%20the%20World%20biggest%20platform%20Whatsapp.&Authorization=9rc1na231am8105007nidk6025anxxxxxxxxxxxxxxxxxxx&send_to=91xxxxxxxxxx
Below is a sample GET request when sending a text message with Quick Reply Buttons on WhatsApp.
https://app.askeva.in/api/rest/send_message?method=SendMessage&format=json&v=1.1&auth_scheme=plain&isTemplate=true&msg_type=Text&msg=Uplift your Customer Experience today with AskEva.&Authorization=9rc1na231am8105007nidk6025anxxxxxxxxxxxxxxxxxxx&send_to=91xxxxxxxxxx
Here, since the Button Template has static Quick Reply buttons, it is exactly similar to sending a simple text message except for isTemplate=true parameter. This will ensure that the Quick Reply button template is sent on WhatsApp as expected.
This quick video demonstrates: