Conversations

Number of APIs: 16

  1. Update a thread. PATCH {{baseUrl}}/conversations/v3/conversations/threads/:threadId?archived=<boolean>

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

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

  4. Archives a thread. DELETE {{baseUrl}}/conversations/v3/conversations/threads/:threadId

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

  6. 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>

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

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

  9. 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>

  10. Get a single channel. GET {{baseUrl}}/conversations/v3/conversations/channels/:channelId