DG Chat Send Carousel
Sends a carousel of cards (image, title and button) into a DG Chat conversation. Use it to show customers a set of options, products or articles they can scroll through and select.
Sends a carousel of cards (image, title and button) into a DG Chat conversation. Use it to show customers a set of options, products or articles they can scroll through and select.
What it does
- Posts a carousel message to an ongoing DG Chat conversation, identified by flow ID and chat ID.
- Builds one card per title, each with an image, an optional button and an optional pop-up link.
- Lets you choose the slide orientation (horizontal, vertical or square).
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| Region | String | - | eu or us Possible values: eu, us. |
| Flow ID | String | - | Flow ID |
| Chat ID | String | - | Chat ID |
| API Key | String | - | API Key |
| API Secret | String | - | API Secret |
| Titles | List | - | List of titles |
| Button | String | - | Button text, default is Select |
| Links | List | - | List of popup links, empty if none |
| Images | List | - | List of image URLs |
| Slide Orientation | String | - | Orientation of the image Possible values: horizontal, vertical, square. |
Outputs
| Name | Type | Description |
|---|---|---|
| Response status Code | Number | Examples: 200, 404 |
| Response Status Text | String | Example: Not Found |
| Response Headers | Object | The HTTP Response Headers |
| Response Body | Object | The HTTP Response Message Body |
| Action Status | String | Whether the action has succeeded or not Possible values: success, failure. |
Notes
- The Titles, Images and Links lists are matched by position, so they should be the same length.
- If no button text is provided, the cards are shown without a button.