Kustomer Get Conversation and Related Information
This action is used to get the conversation data based on a conversation id.
Additionally, we can use the same action to get a list of related information from this conversation*. Messages, times, forwards and notes are all available to get with this same action by simply making use of the "Related Information To Get" input.
Documentation for these are found in this section: https://developer.kustomer.com/kustomer-api-docs/reference/getmessagesbyconversation
*Note: Kustomer has a pagination system with a size of 100. This action is only used to get the first 100 items (first page).
Please contact DG Support if you require more items.
Inputs
Input | Type | Description |
---|---|---|
Domain | String | Kustomer Domain |
Kustomer API Key | String | Kustomer API Key |
Conversation ID | String | Conversation ID |
Related Information To Get | Optional String | Field used if you want to get messages, forwards, notes and times related to the conversation. Possible values: ["messages", "forwards", "times", "notes"]. |
Outputs
Output | Type | Decription |
---|---|---|
Success | Boolean | Whether the conversation was retrieved |
Conversation Data | Object | Data of the requested resource (conversation, messages, forwards, times or notes) |
Updated 12 months ago