Missive integration (Communication, Productivity). Imported from open-connector.
https://public.missiveapp.com/v1/users
/v1/organizations
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of records to return. |
| offset | integer | optional | The zero-based offset used to paginate records. |
/v1/teams
/v1/contact_books
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of records to return. |
| offset | integer | optional | The zero-based offset used to paginate records. |
/v1/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| contact_book | string | required | The contact book ID to list contacts from. |
| order | string | optional | The ordering mode for returned contacts. |
| limit | integer | optional | The maximum number of contacts to return. |
| offset | integer | optional | The zero-based offset used to paginate contacts. |
| modified_since | integer | optional | Only return contacts modified or created since this Unix timestamp. |
| include_deleted | boolean | optional | Whether to include deleted contacts in modified_since results. |
| search | string | optional | The search text used to filter contacts. |
/v1/contacts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Missive contact ID. |
/v1/conversations
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of conversations to return. |
| until | integer | optional | The last_activity_at Unix timestamp used to paginate conversations. |
| inbox | boolean | optional | Whether to list conversations in the Inbox mailbox. |
| all | boolean | optional | Whether to list conversations in the All mailbox. |
| assigned | boolean | optional | Whether to list conversations assigned to the user. |
| closed | boolean | optional | Whether to list conversations in Closed. |
| snoozed | boolean | optional | Whether to list conversations in Snoozed. |
| flagged | boolean | optional | Whether to list conversations in Starred. |
| trashed | boolean | optional | Whether to list conversations in Trash. |
| junked | boolean | optional | Whether to list conversations in Spam. |
| drafts | boolean | optional | Whether to list conversations in Drafts. |
| shared_label | string | optional | The shared label ID to list conversations from. |
| team_inbox | string | optional | The team ID to list conversations in the team's Inbox. |
| team_closed | string | optional | The team ID to list conversations in the team's Closed mailbox. |
| team_all | string | optional | The team ID to list conversations in the team's All mailbox. |
| organization | string | optional | The organization ID used to filter conversations shared with that organization. |
| string | optional | Filter conversations by a specific contact email address. | |
| domain | string | optional | Filter conversations by a specific contact email domain. |
| contact_organization | string | optional | Filter conversations by a contact organization or group ID. |
/v1/conversations/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Missive conversation ID. |