Send Session Message
Send WhatsApp Session Message
POST
https://api.oneroute.io/api/public/conversation/text
This API only works when you have received a Whatsapp message from the customer in the last 24 hours.
Headers
Name | Type | Description |
---|---|---|
apiKey | string | API Key for authentication. |
Request Body
Name | Type | Description |
---|---|---|
from | string | Whatsapp number you are sending from. Must be connected to a channel on OneRoute. |
to | string | Whatsapp number to send the message to. Must be a valid Whatsapp number. |
message | string | The message to send to the customer. |
Example Request Payload
Last updated