Conversations
Number of APIs: 16
-
Update a thread. PATCH {{baseUrl}}/conversations/v3/conversations/threads/:threadId?archived=<boolean>
-
Get conversations inboxes. GET {{baseUrl}}/conversations/v3/conversations/inboxes?after=<string>&limit=<integer>&sort=<string>&sort=<string>&defaultPageLength=<integer>&archived=<boolean>
-
Get a single thread. GET {{baseUrl}}/conversations/v3/conversations/threads/:threadId?archived=<boolean>&property=<string>&association=TICKET
-
Archives a thread. DELETE {{baseUrl}}/conversations/v3/conversations/threads/:threadId
-
Get the original content of a single message. GET {{baseUrl}}/conversations/v3/conversations/threads/:threadId/messages/:messageId/original-content?property=<string>
-
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>
-
Send a message to a thread. POST {{baseUrl}}/conversations/v3/conversations/threads/:threadId/messages
-
Get actors POST {{baseUrl}}/conversations/v3/conversations/actors/batch/read?property=<string>
-
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>
-
Get a single channel. GET {{baseUrl}}/conversations/v3/conversations/channels/:channelId