Send Message
This action will send an automated message on a Dixa conversation. The message can be plain text or HTML and Dixa will properly render the HTML to the user.
Inputs
Name | Type | Description |
---|---|---|
Conversation ID | String | This is the ID of the Dixa conversation that the message will be sent on. Conversation ID would be one of the Flow inputs in your flow. |
Message Text | String | This is the contents of the message to be sent. Can be plain text or HTML, this can come from a template action. |
Agent Email | String | This is the email address of the agent from whom the message will be sent. |
Dixa API Token | Sensitive String | This is the API token that was created as part of setup steps here. Most likely you saved it as a flow configuration. |
Is HTML? | Optional Boolean | If true, message will be added as HTML. Otherwise, message type will be text. Defaults to False. |
Attachments | Optional List | List of file URLs to attach to message. |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Whether the message was successfully sent. |
Updated 8 months ago