Conversations Inbox & Messages API-Conversations
Number of APIs: 30
-
Get threads. GET {{baseUrl}}/conversations/v3/conversations/threads?after=<string>&limit=<integer>&sort=<string>&sort=<string>&inboxId=<integer>&inboxId=<integer>&associatedContactId=<long>&threadStatus=<string>&latestMessageTimestampAfter=<dateTime>&archived=<boolean>&property=<string>
-
Get conversations inboxes. GET {{baseUrl}}/conversations/v3/conversations/inboxes?after=<string>&limit=<integer>&sort=<string>&sort=<string>&defaultPageLength=<integer>
-
Get a single thread. GET {{baseUrl}}/conversations/v3/conversations/threads/:threadId?archived=<boolean>&property=<string>
-
Archives a thread. DELETE {{baseUrl}}/conversations/v3/conversations/threads/:threadId
-
Archives a thread. DELETE {{baseUrl}}/conversations/v3/conversations/threads/:threadId
-
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>
-
Get a single channel. GET {{baseUrl}}/conversations/v3/conversations/channels/:channelId