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.

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

NameTypeRequiredDescription
RegionString-eu or us Possible values: eu, us.
Flow IDString-Flow ID
Chat IDString-Chat ID
API KeyString-API Key
API SecretString-API Secret
TitlesList-List of titles
ButtonString-Button text, default is Select
LinksList-List of popup links, empty if none
ImagesList-List of image URLs
DescriptionsList-List of descriptions
Slide OrientationString-Orientation 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.