← Tools Reference

Missive

Missive integration (Communication, Productivity). Imported from open-connector.

API key8 toolshttps://public.missiveapp.com
GET
missive_list_users
List users visible to the authenticated Missive API token.

/v1/users

GET
missive_list_organizations
List organizations the authenticated Missive API token owner belongs to.

/v1/organizations

2 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of records to return.
offsetintegeroptionalThe zero-based offset used to paginate records.
GET
missive_list_teams
List teams visible to the authenticated Missive API token.

/v1/teams

GET
missive_list_contact_books
List Missive contact books the authenticated user can access.

/v1/contact_books

2 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of records to return.
offsetintegeroptionalThe zero-based offset used to paginate records.
GET
missive_list_contacts
List contacts from one Missive contact book with documented filters.

/v1/contacts

7 parameters
ParamTypeRequiredDescription
contact_bookstringrequiredThe contact book ID to list contacts from.
orderstringoptionalThe ordering mode for returned contacts.
limitintegeroptionalThe maximum number of contacts to return.
offsetintegeroptionalThe zero-based offset used to paginate contacts.
modified_sinceintegeroptionalOnly return contacts modified or created since this Unix timestamp.
include_deletedbooleanoptionalWhether to include deleted contacts in modified_since results.
searchstringoptionalThe search text used to filter contacts.
GET
missive_get_contact
Get one Missive contact by ID.

/v1/contacts/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Missive contact ID.
GET
missive_list_conversations
List Missive conversations using a required mailbox, team, or shared-label filter.

/v1/conversations

19 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of conversations to return.
untilintegeroptionalThe last_activity_at Unix timestamp used to paginate conversations.
inboxbooleanoptionalWhether to list conversations in the Inbox mailbox.
allbooleanoptionalWhether to list conversations in the All mailbox.
assignedbooleanoptionalWhether to list conversations assigned to the user.
closedbooleanoptionalWhether to list conversations in Closed.
snoozedbooleanoptionalWhether to list conversations in Snoozed.
flaggedbooleanoptionalWhether to list conversations in Starred.
trashedbooleanoptionalWhether to list conversations in Trash.
junkedbooleanoptionalWhether to list conversations in Spam.
draftsbooleanoptionalWhether to list conversations in Drafts.
shared_labelstringoptionalThe shared label ID to list conversations from.
team_inboxstringoptionalThe team ID to list conversations in the team's Inbox.
team_closedstringoptionalThe team ID to list conversations in the team's Closed mailbox.
team_allstringoptionalThe team ID to list conversations in the team's All mailbox.
organizationstringoptionalThe organization ID used to filter conversations shared with that organization.
emailstringoptionalFilter conversations by a specific contact email address.
domainstringoptionalFilter conversations by a specific contact email domain.
contact_organizationstringoptionalFilter conversations by a contact organization or group ID.
GET
missive_get_conversation
Get one Missive conversation by ID.

/v1/conversations/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Missive conversation ID.