Get Missive Conversation
The Get Missive Conversation action retrieves one Missive conversation as a compact object for later workflow steps.
Configuration
| Field | Description |
|---|---|
| Missive Connection | Select the Missive connection to use. |
| Conversation ID | Enter the Missive conversation ID. This field supports text expressions. |
| Error Handling | Choose what the workflow does if validation or the Missive request fails. |
The action validates the rendered conversation ID before it sends a request. Workflow history includes the rendered request, the raw Missive response, and the parsed result. It redacts credentials and actual secrets only.
Returned Variables
The action returns a compact conversation object with identifiers, subjects, timestamps, organization and team details, assignees, shared labels, counts, and Missive web and app links.
Important properties include:
| Property | Description |
|---|---|
id | Missive conversation ID. |
subject | Conversation subject. |
last_activity_at | Unix timestamp for the latest activity. |
assignees | Assigned Missive users. |
shared_labels | Shared labels attached to the conversation. |
web_url | Browser link to the conversation. |