DG Chat Send Reply

Posts a reply message into a DG Chat conversation. Use it to send an automated message back to the customer in a DG Chat flow.

What it does

  • Sends a message from the AI into the specified DG Chat conversation.
  • Targets the conversation by flow ID and chat ID.
  • Returns whether the message was delivered.

Inputs

NameTypeDescription
RegionStringeu or us Possible values: eu, us.
Flow IDStringFlow ID
Chat IDStringChat ID
API KeyStringAPI Key
API SecretStringAPI Secret
MessageStringReply Message

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 Message input must be valid JSON matching the DG Chat message content format.