- Access the Postman API documentation and choose “send message template text”.
- In the CRM, select the “templates” icon > choose the desired template > Copy the JSON.
- In Zapier, create a new action > Webhooks by Zapier > set event to “Custom Request” and method to “POST”.
- Construct the URL with API URL, version, phone number ID, and “messages”.
- Set “Data Pass Through” to false.
- In “Headers”, add:
- Authorization:
token - Content-Type:
application/json
- In “Data” section, paste JSON body > replace image URL, body variable, receiver, and country code.
- Select “Unflatten” as No.
- Test the message by sending it to a phone number.
- Verify the header token, JSON body variables, receiver number, and URL are correct.