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
- 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 |
|---|---|---|---|
data |
Object | Yes | |
data.version |
String | No |
Valid values:
|
data.content |
Object | No | |
data.content.actions[] |
Array | No | |
data.content.actions[].tag_name |
String | No | |
data.content.actions[].action |
String | No |
Valid values:
|
data.content.messages[] |
Array | No | |
data.content.messages[].text |
String | No | |
data.content.messages[].type |
String | No |
Valid values:
|
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:
|
user_ns |
String | Yes |
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.