POST /subscriber/send-whatsapp-template-by-user-id

Scope required: (Manage Flow)

Send Whatsapp Template to subscriber, you can find the namespace, name, lang, params from /api/whatapp-template/list

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
contact Object No
contact.last_name String No
contact.first_name String No
contact.user_name String No
create_if_not_found String No

yes or no

content Object Yes
content.lang String Yes
content.params Object No
content.params.URL_1 String No
content.params.URL_2 String No
content.params.QUICK_REPLY_2 String No
content.params.BODY_{{2}} String No
content.params.QUICK_REPLY_1 String No
content.params.BODY_{{1}} String No
content.params.HEADER_IMAGE String No
content.namespace String Yes
content.name String Yes
user_id String Yes

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.