Send Messages
You can send supported message types to your customers, currently Whatsapp Business API supports the following message types:
Text Messages
Reaction Messages
Media Messages
Contact Messages
Interactive Messages
Template Messages
Reply Messages
Messages are identified by a unique ID (WAMID). You can track message status in Webhooks through its WAMID, save your message ID in your database to track message status in your webhook.
Sample sent message request using Curl
Successful response returns WAMID
:
This is the general payload for requesting message API:
Send Message
POST
https://wa-api.neuapix.com/whatsapp/v3/{{Channel-ID}}/messages
Use this API to send messages to your customers
Path Parameters
Channel-ID*
String
Headers
Authorization*
Bearer
Content-Type*
application/json
The content type is application/json
Request Body
payload*
Object
Last updated