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

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
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

  • 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.