Missive

Learn how to use Missive with Composio

Overview

Enum

MISSIVE

Description

Missive is a collaborative email and chat application designed to streamline team communication and task management.

Authentication Details

api_token
stringRequired

Actions

Tool to create an analytics report. use when you need to generate a report over a specific time range with optional filters. returns a report id for later retrieval.

Action Parameters

reports
objectRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a new draft in missive. use after preparing message details to save a draft (email, sms, whatsapp, or live chat) for later editing or scheduling.

Action Parameters

account
string
add_assignees
array
add_shared_labels
array
add_to_inbox
boolean
add_to_team_inbox
boolean
add_users
array
attachments
array
auto_followup
boolean
bcc_fields
array
body
stringRequired
cc_fields
array
close
boolean
conversation
string
conversation_color
string
conversation_subject
string
external_response_id
string
external_response_variables
object
force_team
boolean
from_field
objectRequired
organization
string
quote_previous_message
boolean
references
array
remove_shared_labels
array
send
boolean
send_at
integer
subject
string
team
string
to_fields
arrayRequired

Action Response

data
object
error
string
successful
boolean
Tool to send a new message in a missive conversation. use after selecting the target conversation id.

Action Parameters

attachments
array
body
stringRequired
conversation
stringRequired
quote_previous_message
boolean

Action Response

data
object
error
string
successful
boolean
Tool to create a webhook subscription. use after choosing event type and target url.

Action Parameters

author
string
content_contains
string
content_ends_with
string
content_starts_with
string
from_eq
string
is_task
boolean
mention
string
organization
string
subject_contains
string
type
stringRequired
url
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a webhook subscription by webhook id. use after confirming the webhook id; this operation cannot be undone.

Action Parameters

webhook_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to list all teams. use when you need to retrieve and enumerate all teams available in missive.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to list members of a team. use when you need to retrieve all members for a specific team.

Action Parameters

team_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to list all users. use after authentication when you need to retrieve all users in the organization.

Action Parameters

Action Response

data
object
error
string
successful
boolean