Dixa Check for Attachments & Inline Images in Conversation
This action can be used to check whether a Dixa conversation has attachments or inline messages.
Inputs
Name | Type | Description |
---|---|---|
Conversation ID | String | Conversation ID |
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. |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Whether the conversation messages were successfully retrieved. |
Has Attachments? | Boolean | Whether the conversation messages contain attachments |
Has Inline Images? | Boolean | Whether the conversation messages contain inline messages |
Messages List | List | Messages list |
Updated 12 months ago