Missive
missiveMissive is a collaborative email and chat application designed to streamline team communication and task management.
Acciones disponibles (8)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create Analytics ReportMISSIVE_CREATE_ANALYTICS_REPORTAcciónTool 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.
MISSIVE_CREATE_ANALYTICS_REPORTAcciónTool 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.
Parámetros de entrada
reportsobjectObligatorioReport specifications including organization, period, and optional filters
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create DraftMISSIVE_CREATE_DRAFTAcciónTool 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.
MISSIVE_CREATE_DRAFTAcciónTool 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.
Parámetros de entrada
bodystringObligatorioHTML or text body of the draft. Use '<br>' for paragraphs.
sendbooleanSend the draft immediately upon creation
teamstringTeam ID to link the draft's conversation
closebooleanClose the conversation after draft creation
accountstringAccount ID for custom channels or live chat
send_atintegerUnix timestamp to schedule sending (cannot combine with send)
subjectstringSubject for email drafts
add_usersstring[]List of user IDs to grant access to the conversation (requires organization)
cc_fieldsobject[]CC recipients for email drafts
to_fieldsarrayObligatorioList of recipients (one only for SMS/WhatsApp)
bcc_fieldsobject[]BCC recipients for email drafts
force_teambooleanForce association to the specified team even if already linked
from_fieldobjectObligatorioEmail address field for drafts.
referencesstring[]Message-ID references for threading into existing conversations
attachmentsobject[]List of file attachments (up to 25, total payload <=10MB)
add_to_inboxbooleanMove the draft's conversation to everyone's inbox
conversationstringConversation ID to append the draft to
organizationstringOrganization ID to scope or link the conversation
add_assigneesstring[]List of user IDs to assign to the conversation (requires organization)
auto_followupbooleanAuto-cancel scheduled draft if a reply arrives (requires send_at)
add_shared_labelsstring[]Shared label IDs to add to the conversation
add_to_team_inboxbooleanMove the draft's conversation to team inbox (requires team)
conversation_colorstringHEX color code or 'good'/'warning'/'danger' for the conversation
conversation_subjectstringSubject for new conversation when using references
external_response_idstringWhatsApp template ID when initiating new WhatsApp conversation
remove_shared_labelsstring[]Shared label IDs to remove from the conversation
quote_previous_messagebooleanInclude quoted text of the last message in an existing conversation
external_response_variablesobjectVariables for WhatsApp template interpolation
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Send Missive MessageMISSIVE_CREATE_MESSAGEAcciónTool to send a new message in a missive conversation. use after selecting the target conversation id.
MISSIVE_CREATE_MESSAGEAcciónTool to send a new message in a missive conversation. use after selecting the target conversation id.
Parámetros de entrada
bodystringObligatorioHTML or plain-text body of the message
attachmentsobject[]List of attachments to include in the message
conversationstringObligatorioID of the conversation to send the message in
quote_previous_messagebooleanWhether to include a quoted version of the previous message
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create WebhookMISSIVE_CREATE_WEBHOOKAcciónTool to create a webhook subscription. use after choosing event type and target url.
MISSIVE_CREATE_WEBHOOKAcciónTool to create a webhook subscription. use after choosing event type and target url.
Parámetros de entrada
urlstringObligatorioThe webhook URL to receive event notifications.
typestringObligatorioenumEvent type to subscribe to.
incoming_emailincoming_sms_messageincoming_facebook_messageincoming_whatsapp_messageincoming_twilio_chat_messagenew_commentauthorstring(new_comment only) Only trigger for comments by this user ID.
from_eqstring(incoming_email only) Only trigger for messages from this exact address.
is_taskboolean(new_comment only) Only trigger for comments on tasks.
mentionstring(new_comment only) Only trigger when this user ID is mentioned.
organizationstringOrganization ID to scope the subscription. Omit for personal webhooks.
content_containsstringOnly trigger when content contains this substring.
subject_containsstring(incoming_email only) Only trigger when email subject contains this text.
content_ends_withstringOnly trigger when content ends with this substring.
content_starts_withstringOnly trigger when content starts with this substring.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete WebhookMISSIVE_DELETE_WEBHOOKAcciónTool to delete a webhook subscription by webhook id. use after confirming the webhook id; this operation cannot be undone.
MISSIVE_DELETE_WEBHOOKAcciónTool to delete a webhook subscription by webhook id. use after confirming the webhook id; this operation cannot be undone.
Parámetros de entrada
webhook_idstringObligatorioUnique identifier of the webhook to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Team MembersMISSIVE_LIST_TEAM_MEMBERSAcciónTool to list members of a team. use when you need to retrieve all members for a specific team.
MISSIVE_LIST_TEAM_MEMBERSAcciónTool to list members of a team. use when you need to retrieve all members for a specific team.
Parámetros de entrada
team_idstringObligatorioThe ID of the team to retrieve members for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Missive TeamsMISSIVE_LIST_TEAMSAcciónTool to list all teams. use when you need to retrieve and enumerate all teams available in missive.
MISSIVE_LIST_TEAMSAcciónTool to list all teams. use when you need to retrieve and enumerate all teams available in missive.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Missive UsersMISSIVE_LIST_USERSAcciónTool to list all users. use after authentication when you need to retrieve all users in the organization.
MISSIVE_LIST_USERSAcciónTool to list all users. use after authentication when you need to retrieve all users in the organization.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not