How to send WhatsApp message using REST API?
URL:
https://app.quickreply.ai/api/whatsapp/send-template?templateId
={template_id}
Method: POST
Headers: client-id: {client_id} secret-key: {secret_key} Content-Type: application/json
Body:
{
"to": "{{recipient_phone in international format}}",
"name": "{{recipient_name}}",
"email": "{{recipient_email}}",
"link": "{{media_url}}",
"params": [ {{params}} ],
"button_params": [ {{button_params}} ],
"hook_with_playbook":"{{playbook_id}}"
}'Parameter
Explaination
PreviousHow to collect WhatsApp Business opt-ins for your Shopify store?NextHow to share Facebook Business Manager Access to QuickReply?
Last updated