...
Code Block |
---|
{ "project": "{{projectID}}", "msg": "Hi, I'm a test", "channel": "{{channel}}", "to": "{{to}}", "from": "{{from}}" } |
Exampel to send whatsapp msgType: Different providers allow us to send different message types (text, images, sound, templates…). Most of the projects use Meta and have their own API. We try to use the same types as Meta to avoid misspellings and mistakes.
The current message types we are using are: image | template | text | quick-replies. ‘text’ is the default type.
z
Example to send WhatsApp message with quick replies (previously, you need to start the conversation):
...