NAiOS IconNAiOS Logo
Volver al catálogo

Agent Mail

agent_mail

AgentMail provides AI agents with their own email inboxes, enabling them to send, receive, and act upon emails for communication with services, people, and other agents.

Acciones
3
Triggers
1
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 (3)

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.

Get MessageAGENT_MAIL_GET_MESSAGEAcción

Get a specific message from an agentmail inbox

Parámetros de entrada

  • inbox_idstringObligatorio

    The inbox ID or email address containing the message

  • message_idstringObligatorio

    The unique ID of the message to retrieve

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

List messages from an agentmail inbox

Parámetros de entrada

  • limitinteger

    Maximum number of messages to return (1-100)

  • labelsstring[]

    Filter messages by labels

  • inbox_idstringObligatorio

    The inbox ID or email address to list messages from

  • ascendingboolean

    Whether to sort messages in ascending order by timestamp

  • page_tokenstring

    Token for pagination to get the next set of results

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

Send an email using agentmail api

Parámetros de entrada

  • ccstring[]

    List of CC recipient email addresses

  • tostring[]Obligatorio

    List of recipient email addresses

  • bccstring[]

    List of BCC recipient email addresses

  • htmlstring

    HTML content of the email. If provided, both text and html should be included for best compatibility.

  • textstring

    Plain text content of the email

  • labelsstring[]

    Labels to apply to the sent message

  • subjectstring

    Email subject line

  • inbox_idstringObligatorio

    The inbox ID or email address to send from (e.g., 'agent@agentmail.to')

  • reply_tostring[]

    Reply-to email addresses

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

Triggers (1)

Los triggers son eventos externos que pueden iniciar un flujo en tus agentes (ej: nuevo email, mensaje recibido, registro creado).

New Email ReceivedAGENT_MAIL_NEW_EMAIL_TRIGGERTrigger

Trigger for new emails in an AgentMail inbox

Configuración

  • inbox_idstringObligatorio

    The inbox ID or email address to monitor for new emails

  • intervalnumber

    Periodic Interval to Check for Updates & Send a Trigger in Minutes

  • labelsstring[]

    Filter messages by specific labels (e.g., 'unread', 'inbox')

Payload del evento

  • attachmentsobject[]

    Message attachments

  • bccstring[]

    BCC email addresses

  • ccstring[]

    CC email addresses

  • created_atstringObligatorio

    When the message was created

  • fromstringObligatorio

    Sender's email address

  • htmlstring

    HTML content

  • in_reply_tostring

    ID of message being replied to

  • inbox_idstringObligatorio

    ID of the inbox

  • labelsstring[]Obligatorio

    Labels applied to the message

  • message_idstringObligatorio

    ID of the message

  • previewstring

    Text preview of the message

  • referencesstring[]

    IDs of previous messages in thread

  • reply_tostring[]

    Reply-to email addresses

  • subjectstring

    Email subject

  • textstring

    Plain text content

  • thread_idstringObligatorio

    ID of the thread

  • timestampstringObligatorio

    When the message was received

  • tostring[]Obligatorio

    Recipient email addresses

  • updated_atstringObligatorio

    When the message was last updated