Conversations - Conversations API Collection

Number of APIs: 16

Query and interact with existing Conversation threads, messages, and channels

  1. Conversations - Get conversations inboxes. GET {{baseUrl}}/conversations/v3/conversations/inboxes?after=<string>&limit=<integer>&sort=<string>&sort=<string>&defaultPageLength=<integer>&archived=<boolean>

  2. Conversations - Get a single thread. GET {{baseUrl}}/conversations/v3/conversations/threads/:threadId?archived=<boolean>&property=<string>&association=TICKET

  3. Conversations - Archives a thread. DELETE {{baseUrl}}/conversations/v3/conversations/threads/:threadId

  4. Conversations - Get the original content of a single message. GET {{baseUrl}}/conversations/v3/conversations/threads/:threadId/messages/:messageId/original-content?property=<string>

  5. Conversations - Get message history for a thread. GET {{baseUrl}}/conversations/v3/conversations/threads/:threadId/messages?after=<string>&limit=<integer>&sort=<string>&sort=<string>&archived=<boolean>&property=<string>

  6. Conversations - Send a message to a thread. POST {{baseUrl}}/conversations/v3/conversations/threads/:threadId/messages

  7. Conversations - Get actors POST {{baseUrl}}/conversations/v3/conversations/actors/batch/read?property=<string>

  8. Conversations - Get channel accounts. GET {{baseUrl}}/conversations/v3/conversations/channel-accounts?channelId=<integer>&channelId=<integer>&inboxId=<integer>&inboxId=<integer>&after=<string>&limit=<integer>&sort=<string>&sort=<string>&defaultPageLength=<integer>&archived=<boolean>

  9. Conversations - Get a single channel. GET {{baseUrl}}/conversations/v3/conversations/channels/:channelId

  10. Conversations - Get a single message. GET {{baseUrl}}/conversations/v3/conversations/threads/:threadId/messages/:messageId?property=<string>