POST /subscriber/send-content

Scope required: (Manage Flow)

Send content to subscriber, learn more about how to use dynamic content https://uchat.atlassian.net/wiki/spaces/UKB/pages/673054733/Dynamic+Content

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
data Object Yes
data.version String No

Valid values:

  • "v1"
data.content Object No
data.content.actions[] Array No
data.content.actions[].tag_name String No
data.content.actions[].action String No

Valid values:

  • "add_tag"
  • "unset_field_value"
  • "remove_tag"
  • "set_field_value"
data.content.messages[] Array No
data.content.messages[].text String No
data.content.messages[].type String No

Valid values:

  • "text"
  • "image"
  • "audio"
  • "file"
  • "cards"
  • "video"
data.content.goto String No
data.content.quick_replies[] Array No
data.content.quick_replies[].caption String No
data.content.quick_replies[].target String No
data.content.quick_replies[].type String No

Valid values:

  • "dynamic_block_callback"
  • "url"
  • "node"
user_ns 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.