Conversation List

Conversations are how you can communicate with users in Intercom. They are created when a contact replies to an outbound message, or when one admin directly sends a message to a single contact.

type
string

Always conversation.list

Value: "conversation.list"
Array of objects (Conversation)

The list of conversation objects

total_count
integer

A count of the total number of objects.

object or null (Cursor based pages)

Cursor-based pagination is a technique used in the Intercom API to navigate through large amounts of data. A "cursor" or pointer is used to keep track of the current position in the result set, allowing the API to return the data in small chunks or "pages" as needed.

{ "type": "conversation.list", "conversations": [ ], "total_count": 12345, "pages": { "type": "pages", "page": 1, "per_page": 2, "total_pages": 13 } }