Last Updated: Nov 4, 2020
Use this function to send a WhatsApp message to the Twilio verified WhatsApp number.
Send Whatsapp Message (token, account_sid, from_number, to_number, message_body)
| Input Parameter Name | Description |
|---|---|
| token | Used for authentication |
| account_sid | Used for authentication |
| from_number | Twilio registered number the message needs to be sent from |
| to_number | Twilio registered number the message needs to be sent to |
| message_body | Message to be sent |
| Return Value | Description |
|---|---|
| Output |
|
Send Whatsapp Message (ABCDCEF, NC-45, 1234567890, 0987654321, Hi all just testing)
To view all the Twilio functions, click here.