Conversations Inbox & Messages API-Conversations

Number of APIs: 30

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

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

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

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

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

  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>

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