DG Chat Send Carousel v2

Sends a carousel of cards into a DG Chat conversation, with an optional description line on each card. 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 description, an optional button and an optional pop-up link.
  • Lets you choose the slide orientation (horizontal, vertical or square).

Inputs

NameTypeDescription
RegionStringeu or us Possible values: eu, us.
Flow IDStringFlow ID
Chat IDStringChat ID
API KeyStringAPI Key
API SecretStringAPI Secret
TitlesListList of titles
ButtonStringButton text, default is Select
LinksListList of popup links, empty if none
ImagesListList of image URLs
DescriptionsListList of descriptions
Slide OrientationStringOrientation of the image Possible values: horizontal, vertical, square.

Outputs

NameTypeDescription
Response status CodeNumberExamples: 200, 404
Response Status TextStringExample: Not Found
Response HeadersObjectThe HTTP Response Headers
Response BodyObjectThe HTTP Response Message Body
Action StatusStringWhether the action has succeeded or not Possible values: success, failure.

Notes

  • This is the same as DG Chat Send Carousel with an added Descriptions field.
  • The Titles, Images, Links and Descriptions lists are matched by position, so they should be the same length.

Did this page help you?