...
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.
Our current message types are: image | template | text | quick-replies. ‘text’ is the default type.
Example to send WhatsApp message with quick replies (previously, you need to start the conversation):
...