Docs

List Messages

GET

Query

Arguments
string

`filter` with `staff` will show only staff messages and `customer` will show only customer messages.

string

`filter` with `staff` will show only staff messages and `customer` will show only customer messages.

string

`tag` with string value (comma separated) will return messages belonging to conversations matching specific tags.

string

`origin` with number value will return messages from a specific origin (see below note on origin values).

string

`sent_by` with a value matching a known user `email` will return only messages sent by that user.

string

`sent_by` with a value matching a known user `email` will return only messages sent by that user.

string

`category` with a string value will return messages from a specific Channel (internally called `category`) matching the `slug` value.

date

`start_date` and `end_date` (ISO8601 format) will allow filtering of messages by creation date.

date

`start_date` and `end_date` (ISO8601 format) will allow filtering of messages by creation date.

string

`include` with the value `original_body` will return an additional `original_body` attribute that is the message's HTML, if present.

string

`include` with the value `original_body` will return an additional `original_body` attribute that is the message's HTML, if present.

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.