POST /subscriber/broadcast-whatsapp-template-by-tag

Scope required: (Manage Flow)

Broadcast whatsapp template by tags, you can find the namespace, name, lang, params from /api/whatapp-template/list, use use_default_values or params for wa_template

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
exclude_tags[] Array No

array of tag ns, up to 10 tag ns

wa_template Object Yes

use use_default_values or params

wa_template.lang String Yes
wa_template.params Object No
wa_template.params.URL_1 String No
wa_template.params.URL_2 String No
wa_template.params.QUICK_REPLY_2 String No
wa_template.params.BODY_{{2}} String No
wa_template.params.QUICK_REPLY_1 String No
wa_template.params.BODY_{{1}} String No
wa_template.params.HEADER_IMAGE String No
wa_template.namespace String Yes
wa_template.name String Yes
wa_template.use_default_values String No
scheduled_time Integer No

unix timestamp, e.g. 1786123679. Leave empty to send now

tags[] Array Yes

array of tag ns, up to 10 tag ns

max_per_minute Integer No

Rate limit, maximum per minute, default is 60

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.