POST /subscriber/broadcast-whatsapp-template-by-user-id
Scope required: (Manage Flow)
Broadcast whatsapp template by user ids, you can find the namespace, name, lang, params from /api/whatapp-template/list, use use_default_values or params for wa_template
Servers
- https://www.uchat.com.au/api
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 |
|---|---|---|---|
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 |
user_id_list |
String | Yes |
comma separated user ids, up to 200 user ids |
max_per_minute |
Integer | No |
Rate limit, maximum per minute, default is 60 |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.