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