POST /subscriber/broadcast-facebook-utility-message-template-by-tag

Scope required: (Manage Flow)

Broadcast Facebook utility message template by tags

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

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

facebook_utility_message_template Object Yes

use use_default_values or params

facebook_utility_message_template.lang String Yes
facebook_utility_message_template.params Object No
facebook_utility_message_template.params.URL_1 String No
facebook_utility_message_template.params.BODY_{{2}} String No
facebook_utility_message_template.params.BODY_{{1}} String No
facebook_utility_message_template.params.HEADER_{{1}} String No
facebook_utility_message_template.params.POSTBACK_1 String No
facebook_utility_message_template.name String Yes
facebook_utility_message_template.use_default_values String No

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.