NAiOS IconNAiOS Logo
Volver al catálogo

Missive

missive

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

Acciones
8
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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.

Parámetros de entrada

  • reportsobjectObligatorio

    Report specifications including organization, period, and optional filters

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create DraftMISSIVE_CREATE_DRAFTAcción

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.

Parámetros de entrada

  • bodystringObligatorio

    HTML or text body of the draft. Use '<br>' for paragraphs.

  • sendboolean

    Send the draft immediately upon creation

  • teamstring

    Team ID to link the draft's conversation

  • closeboolean

    Close the conversation after draft creation

  • accountstring

    Account ID for custom channels or live chat

  • send_atinteger

    Unix timestamp to schedule sending (cannot combine with send)

  • subjectstring

    Subject 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_fieldsarrayObligatorio

    List of recipients (one only for SMS/WhatsApp)

  • bcc_fieldsobject[]

    BCC recipients for email drafts

  • force_teamboolean

    Force association to the specified team even if already linked

  • from_fieldobjectObligatorio

    Email 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_inboxboolean

    Move the draft's conversation to everyone's inbox

  • conversationstring

    Conversation ID to append the draft to

  • organizationstring

    Organization ID to scope or link the conversation

  • add_assigneesstring[]

    List of user IDs to assign to the conversation (requires organization)

  • auto_followupboolean

    Auto-cancel scheduled draft if a reply arrives (requires send_at)

  • add_shared_labelsstring[]

    Shared label IDs to add to the conversation

  • add_to_team_inboxboolean

    Move the draft's conversation to team inbox (requires team)

  • conversation_colorstring

    HEX color code or 'good'/'warning'/'danger' for the conversation

  • conversation_subjectstring

    Subject for new conversation when using references

  • external_response_idstring

    WhatsApp template ID when initiating new WhatsApp conversation

  • remove_shared_labelsstring[]

    Shared label IDs to remove from the conversation

  • quote_previous_messageboolean

    Include quoted text of the last message in an existing conversation

  • external_response_variablesobject

    Variables for WhatsApp template interpolation

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Send Missive MessageMISSIVE_CREATE_MESSAGEAcción

Tool to send a new message in a missive conversation. use after selecting the target conversation id.

Parámetros de entrada

  • bodystringObligatorio

    HTML or plain-text body of the message

  • attachmentsobject[]

    List of attachments to include in the message

  • conversationstringObligatorio

    ID of the conversation to send the message in

  • quote_previous_messageboolean

    Whether to include a quoted version of the previous message

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create WebhookMISSIVE_CREATE_WEBHOOKAcción

Tool to create a webhook subscription. use after choosing event type and target url.

Parámetros de entrada

  • urlstringObligatorio

    The webhook URL to receive event notifications.

  • typestringObligatorioenum

    Event type to subscribe to.

    incoming_emailincoming_sms_messageincoming_facebook_messageincoming_whatsapp_messageincoming_twilio_chat_messagenew_comment
  • authorstring

    (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.

  • organizationstring

    Organization ID to scope the subscription. Omit for personal webhooks.

  • content_containsstring

    Only trigger when content contains this substring.

  • subject_containsstring

    (incoming_email only) Only trigger when email subject contains this text.

  • content_ends_withstring

    Only trigger when content ends with this substring.

  • content_starts_withstring

    Only trigger when content starts with this substring.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete WebhookMISSIVE_DELETE_WEBHOOKAcción

Tool to delete a webhook subscription by webhook id. use after confirming the webhook id; this operation cannot be undone.

Parámetros de entrada

  • webhook_idstringObligatorio

    Unique identifier of the webhook to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Team MembersMISSIVE_LIST_TEAM_MEMBERSAcción

Tool to list members of a team. use when you need to retrieve all members for a specific team.

Parámetros de entrada

  • team_idstringObligatorio

    The ID of the team to retrieve members for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Missive TeamsMISSIVE_LIST_TEAMSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Missive UsersMISSIVE_LIST_USERSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not