Send Message
Sends messages across different channels like WhatsApp, SMS, or Email based on the provided parameters.
Authorizations
Your unique client identifier.
A secret key associated with your client ID for authentication.
Body
The messaging channel for sending the message. Accepted values are WHATSAPP
, EMAIL
, SMS
.
The recipient's phone number with country code.
Variables for personalizing the body in template messages.
Variables for dynamic buttons in template messages.
Variables for personalizing the header in template messages. If you have created the template with media then pass the public URL for the media.
The text of the message, required if 'templateId' is not used.
A unique Identifier for the order or message.
Identifier for a pre-defined message template, required if 'message' is not used.
Was this page helpful?