Reply Message
You can reply to customers' questions using this API.
HTTP Request
POST
/v1/whatsapp/message/send/GENERAL_TEXT_REPLY
Request Headers Parameters
Key | Value |
---|---|
Authorization | "bearer" + " " + {{access_token}} |
x-api-key | {{api_key}} |
Request Body Parameters
Parameter | Required | Type | Description |
---|---|---|---|
phone | String | Phone number without country code. "11987654321" | |
countryCallingCode | String | Country calling code. such as "+1" in USA. | |
text | String | Your reply to WhatsApp customer in text. |