NAiOS IconNAiOS Logo
Volver al catálogo

Mailtrap

mailtrap

Email Delivery Platform for testing and sending transactional emails

Acciones
49
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 (49)

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.

Clean InboxMAILTRAP_CLEAN_INBOXAcción

Tool to clean an inbox in Mailtrap by deleting all messages. Use when you need to remove all emails from an inbox while keeping the inbox itself.

Parámetros de entrada

  • inbox_idintegerObligatorio

    Unique inbox ID to identify the specific inbox to clean.

  • account_idintegerObligatorio

    Unique account ID to identify the Mailtrap account.

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

Tool to create a new contact in Mailtrap. Use when you need to add a contact with an email address to a Mailtrap account. Optionally include custom fields and assign to contact lists.

Parámetros de entrada

  • contactobjectObligatorio

    Contact details to create

  • account_idintegerObligatorio

    Unique account ID for the Mailtrap account

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

Tool to create a contact event in Mailtrap. Use when you need to track custom events associated with a contact for segmentation or automation triggers.

Parámetros de entrada

  • namestringObligatorio

    Event name (max 255 characters)

  • paramsobject

    A hash of string keys and scalar JSON values (string, number, boolean, or null)

  • account_idintegerObligatorio

    Unique account ID. You can obtain this from your Mailtrap account settings.

  • contact_identifierstringObligatorio

    Contact UUID or Email

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

Tool to create a contact export job for a Mailtrap account. Use when you need to export contacts with filters. The export is processed asynchronously - the response includes a job ID and status. Check the status field; when it becomes 'finished', the url field will contain the download link for the exported contacts file. Filters are required - you must specify at least one filter such as subscription_status (subscribed/unsubscribed) or list_id (array of list IDs).

Parámetros de entrada

  • filtersobject[]Obligatorio

    Array of filters to apply when exporting contacts. Each filter specifies a field name, operator, and value. Required - must contain at least one filter. Common filters: 'subscription_status' (values: 'subscribed', 'unsubscribed') or 'list_id' (array of list IDs).

  • account_idintegerObligatorio

    Unique account ID to create the contact export 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

Create Contact FieldMAILTRAP_CREATE_CONTACT_FIELDAcción

Tool to create a custom contact field in Mailtrap. Use when you need to add new contact attributes for personalization and segmentation in email campaigns.

Parámetros de entrada

  • namestringObligatorio

    Name of the contact field (max 80 characters)

  • data_typestringObligatorioenum

    Data type for the contact field. Choose from: text, integer, float, boolean, or date

    textintegerfloatbooleandate
  • merge_tagstringObligatorio

    Personalize your campaigns by adding a merge tag. This field will be replaced with unique contact details for each recipient (max 80 characters)

  • account_idintegerObligatorio

    Unique account ID

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

Tool to create a new contact list in Mailtrap. Use when you need to organize contacts into groups or segments. Each contact list has a unique ID and name that can be used to add contacts to it later.

Parámetros de entrada

  • namestringObligatorio

    Name of the contact list to create. Maximum length is 255 characters.

  • account_idintegerObligatorio

    Unique account ID

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

Tool to create a new email template in Mailtrap account. Use when you need to create a reusable email template with HTML/text content, subject, and category. The template can be used for sending promotional, transactional, or newsletter emails.

Parámetros de entrada

  • account_idintegerObligatorio

    Account ID where the email template will be created

  • email_templateobjectObligatorio

    Email template data containing name, subject, category, and optional HTML/text body content. Name, subject, and category are required fields.

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

Tool to create a new sending domain in Mailtrap. Use when you need to register a domain for sending transactional emails. After creation, DNS records must be configured before the domain can be used for sending.

Parámetros de entrada

  • account_idintegerObligatorio

    Account ID where the sending domain will be created

  • sending_domainobjectObligatorio

    Object containing the domain configuration

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

Tool to delete a contact from a Mailtrap account. Use when you need to permanently remove a contact by their UUID or email address. The deletion is permanent and cannot be undone.

Parámetros de entrada

  • account_idintegerObligatorio

    Unique account ID for the Mailtrap account.

  • contact_identifierstringObligatorio

    Contact UUID or email address to identify the contact 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

Delete Contact FieldMAILTRAP_DELETE_CONTACT_FIELDAcción

Tool to delete a contact field by its ID. Use when you need to remove a custom contact field from an account.

Parámetros de entrada

  • field_idintegerObligatorio

    Unique Contact Field ID to delete

  • account_idintegerObligatorio

    Unique account ID where the contact field exists

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

Tool to delete a contact list by its ID. Use when you need to remove a contact list from an account.

Parámetros de entrada

  • list_idintegerObligatorio

    Unique list ID to delete

  • account_idintegerObligatorio

    Unique account ID

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

Tool to delete an email template from a Mailtrap account. Use when you need to remove an existing email template.

Parámetros de entrada

  • account_idintegerObligatorio

    Account ID where the email template is located

  • email_template_idintegerObligatorio

    Email template ID 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

Delete ProjectMAILTRAP_DELETE_PROJECTAcción

Tool to delete a project from Mailtrap. Use when you need to permanently remove a project and its associated resources. Returns the ID of the deleted project.

Parámetros de entrada

  • account_idintegerObligatorio

    Unique account ID to identify the Mailtrap account.

  • project_idintegerObligatorio

    Unique project ID to identify the specific project 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

Delete Sending DomainMAILTRAP_DELETE_SENDING_DOMAINAcción

Tool to delete a sending domain from a Mailtrap account. Use when you need to remove a domain permanently.

Parámetros de entrada

  • account_idintegerObligatorio

    Account ID where the sending domain belongs

  • sending_domain_idintegerObligatorio

    Sending domain ID 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

Get Billing UsageMAILTRAP_GET_BILLING_USAGEAcción

Tool to retrieve current billing cycle usage for an account. Use when you need to check billing information, usage limits, or consumption for Email Sandbox and Email Sending services.

Parámetros de entrada

  • account_idintegerObligatorio

    Unique account ID

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

Get ContactMAILTRAP_GET_CONTACTAcción

Tool to retrieve a contact by UUID or email address from Mailtrap. Use when you need to fetch details of a specific contact including their subscription status, lists, and custom fields.

Parámetros de entrada

  • account_idintegerObligatorio

    Unique account ID for the Mailtrap account

  • contact_identifierstringObligatorio

    Contact UUID or Email address to identify the contact

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

Get Contact ExportMAILTRAP_GET_CONTACT_EXPORTAcción

Tool to retrieve the status of a contact export. Use when you need to check the progress of an export or download the exported contacts file.

Parámetros de entrada

  • export_idintegerObligatorio

    Unique Contact Export ID to retrieve.

  • account_idintegerObligatorio

    Unique account ID for the Mailtrap account.

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

Get Contact FieldMAILTRAP_GET_CONTACT_FIELDAcción

Tool to retrieve contact field details by field ID. Use when you need to get information about a specific custom field in your contacts.

Parámetros de entrada

  • field_idintegerObligatorio

    Unique Contact Field ID

  • account_idintegerObligatorio

    Unique account ID

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

Get Contact Import StatusMAILTRAP_GET_CONTACT_IMPORTAcción

Tool to retrieve the status of a contact import operation. Use when you need to check the progress or completion status of a contact import. Use after initiating a contact import to monitor its status and retrieve statistics once finished.

Parámetros de entrada

  • import_idintegerObligatorio

    Unique Contact Import ID for the import operation to retrieve.

  • account_idintegerObligatorio

    Unique account ID for the Mailtrap account.

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

Get Contact ListMAILTRAP_GET_CONTACT_LISTAcción

Tool to retrieve a specific contact list by its ID. Use when you need to fetch details about a contact list in a Mailtrap account.

Parámetros de entrada

  • list_idintegerObligatorio

    Unique list ID

  • account_idintegerObligatorio

    Unique account ID

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

Get Email TemplateMAILTRAP_GET_EMAIL_TEMPLATEAcción

Tool to retrieve details of a specific email template by ID. Use when you need to fetch template content, metadata, or configuration for an existing email template.

Parámetros de entrada

  • account_idintegerObligatorio

    Account ID

  • email_template_idintegerObligatorio

    Email template ID

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

Get Inbox AttributesMAILTRAP_GET_INBOXAcción

Tool to retrieve inbox attributes from Mailtrap. Use when you need to get details about a specific inbox including its configuration, statistics, and permissions.

Parámetros de entrada

  • inbox_idintegerObligatorio

    Unique inbox ID to identify the specific inbox.

  • account_idintegerObligatorio

    Unique account ID to identify the Mailtrap account.

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

Get Message HTML BodyMAILTRAP_GET_MESSAGE_HTMLAcción

Tool to retrieve the HTML body of a message from Mailtrap. Use when you need to get the formatted HTML content of a specific email message.

Parámetros de entrada

  • inbox_idintegerObligatorio

    Unique inbox ID to identify the specific inbox

  • account_idintegerObligatorio

    Unique account ID to identify the Mailtrap account

  • message_idintegerObligatorio

    Unique message ID to identify the specific 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

Get Permission ResourcesMAILTRAP_GET_PERMISSION_RESOURCESAcción

Tool to retrieve all resources in account for permission management. Use when you need to see the hierarchical structure of projects, inboxes, and other resources with their access levels for the current authentication token.

Parámetros de entrada

  • account_idintegerObligatorio

    Unique account ID for which to retrieve permission resources.

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

Get Project by IDMAILTRAP_GET_PROJECTAcción

Tool to retrieve project details from Mailtrap by project ID. Use when you need to get information about a specific project including its inboxes, permissions, and share links.

Parámetros de entrada

  • account_idintegerObligatorio

    Unique account ID to identify the Mailtrap account.

  • project_idintegerObligatorio

    Unique project ID to identify the specific project.

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

Get Sending DomainMAILTRAP_GET_SENDING_DOMAINAcción

Tool to retrieve sending domain details from Mailtrap. Use when you need to check domain configuration, DNS verification status, or tracking settings.

Parámetros de entrada

  • account_idintegerObligatorio

    Account ID

  • sending_domain_idintegerObligatorio

    Sending domain ID

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

Get Sending StatsMAILTRAP_GET_SENDING_STATSAcción

Tool to retrieve email sending statistics from Mailtrap for a specific account. Use when you need metrics like delivery rate, bounce rate, open rate, click rate, and spam rate for a date range.

Parámetros de entrada

  • end_datestringObligatorio

    End date for which to include the results, in YYYY-MM-DD format.

  • account_idintegerObligatorio

    Account ID for which to retrieve sending statistics.

  • categoriesstring[]

    Categories for which to include the results. If not provided, results for all categories will be included.

  • start_datestringObligatorio

    Start date for which to include the results, in YYYY-MM-DD format.

  • sending_streamsstring[]

    Sending streams for which to include the results. If not provided, results for all sending streams will be included.

  • sending_domain_idsinteger[]

    IDs of the sending domains for which to include the results. If not provided, results for all sending domains will be included.

  • email_service_providersstring[]

    Email service providers for which to include the results. If not provided, results for all ESPs will be included.

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

Get Sending Stats by CategoriesMAILTRAP_GET_SENDING_STATS_BY_CATEGORIESAcción

Tool to retrieve email sending statistics grouped by categories. Use when you need to analyze email performance metrics (delivery, bounce, open, click, spam rates) segmented by email categories within a date range.

Parámetros de entrada

  • end_datestringObligatorio

    End date for the statistics period in YYYY-MM-DD format

  • account_idintegerObligatorio

    Account ID for which to retrieve statistics

  • categoriesstring[]

    Email categories to filter results. If not provided, results for all categories will be included.

  • start_datestringObligatorio

    Start date for the statistics period in YYYY-MM-DD format

  • sending_streamsstring[]

    Sending streams to filter results (e.g., transactional, bulk). If not provided, results for all sending streams will be included.

  • sending_domain_idsinteger[]

    IDs of the sending domains to filter results. If not provided, results for all sending domains will be included.

  • email_service_providersstring[]

    Email service providers to filter results (e.g., Google, Yahoo). If not provided, results for all ESPs will be included.

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

Get Sending Stats by DateMAILTRAP_GET_SENDING_STATS_BY_DATEAcción

Tool to retrieve email sending statistics aggregated by date. Use when you need to analyze email delivery performance, bounce rates, open rates, click rates, and spam rates for a specific date range.

Parámetros de entrada

  • end_datestringObligatorio

    End date for which to include the results in YYYY-MM-DD format

  • account_idintegerObligatorio

    Account ID for which to retrieve sending statistics

  • categoriesstring[]

    Categories for which to include the results. If not provided, results for all categories will be included.

  • start_datestringObligatorio

    Start date for which to include the results in YYYY-MM-DD format

  • sending_streamsstring[]

    Sending streams for which to include the results. If not provided, results for all sending streams will be included.

  • sending_domain_idsinteger[]

    IDs of the sending domains for which to include the results. If not provided, results for all sending domains will be included.

  • email_service_providersstring[]

    Email service providers for which to include the results. If not provided, results for all ESPs will be included.

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

Get Sending Stats by DomainsMAILTRAP_GET_SENDING_STATS_BY_DOMAINSAcción

Tool to retrieve sending statistics grouped by domains for a Mailtrap account. Use when you need email delivery, bounce, open, click, and spam metrics broken down by sending domain for a specific date range. Supports filtering by domain IDs, sending streams, categories, and email service providers.

Parámetros de entrada

  • end_datestringObligatorio

    End date for which to include the results in YYYY-MM-DD format.

  • account_idintegerObligatorio

    Account ID for which to retrieve sending stats.

  • categoriesstring[]

    Categories for which to include the results. If not provided, results for all categories will be included.

  • start_datestringObligatorio

    Start date for which to include the results in YYYY-MM-DD format.

  • sending_streamsstring[]

    Sending streams for which to include the results. If not provided, results for all sending streams will be included. Common values: transactional, bulk.

  • sending_domain_idsinteger[]

    IDs of the sending domains for which to include the results. If not provided, results for all sending domains will be included.

  • email_service_providersstring[]

    Email service providers for which to include the results. If not provided, results for all ESPs will be included. Common values: Google, Yahoo, Microsoft, etc.

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

Get Sending Stats by ESPMAILTRAP_GET_SENDING_STATS_BY_ESPAcción

Tool to retrieve email sending statistics grouped by email service providers (ESPs) for a specified date range. Returns delivery, bounce, open, click, and spam metrics for each ESP. Use when you need to analyze email performance across different email providers like Google, Yahoo, Microsoft, etc.

Parámetros de entrada

  • end_datestringObligatorio

    End date for which to include the results in YYYY-MM-DD format

  • account_idintegerObligatorio

    Account ID for which to retrieve statistics

  • categoriesstring[]

    Categories for which to include the results. If not provided, results for all categories will be included.

  • start_datestringObligatorio

    Start date for which to include the results in YYYY-MM-DD format

  • sending_streamsstring[]

    Sending streams for which to include the results. If not provided, results for all sending streams will be included.

  • sending_domain_idsinteger[]

    IDs of the sending domains for which to include the results. If not provided, results for all sending domains will be included.

  • email_service_providersstring[]

    Email service providers for which to include the results. If not provided, results for all ESPs will be included.

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

Import ContactsMAILTRAP_IMPORT_CONTACTSAcción

Tool to import contacts in bulk to Mailtrap. Use when you need to add or update multiple contacts at once. The import operation is asynchronous and returns a job ID that can be used to check the status later.

Parámetros de entrada

  • contactsobject[]Obligatorio

    List of contacts to import. Each contact must have an email address and can have optional custom fields and list associations.

  • account_idintegerObligatorio

    Unique account ID for the Mailtrap account.

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

Tool to list all Mailtrap accounts you have access to. Use when you need to retrieve account information or get account IDs for other operations. Returns account ID, name, and access levels (1000=owner, 100=admin, 10=viewer).

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

Tool to get all contact fields for a Mailtrap account. Use when you need to retrieve custom field definitions for contacts.

Parámetros de entrada

  • account_idintegerObligatorio

    Unique account ID for the Mailtrap account.

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

Tool to retrieve all contact lists for a Mailtrap account. Use when you need to view available contact lists or obtain contact list IDs for other operations.

Parámetros de entrada

  • account_idintegerObligatorio

    Unique account ID. You can obtain this from your Mailtrap account settings.

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

Tool to retrieve all email templates for a Mailtrap account. Use when you need to list available templates, browse template configurations, or find a specific template by name or attributes.

Parámetros de entrada

  • account_idintegerObligatorio

    Account ID

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

Tool to get a list of inboxes for a Mailtrap account. Use when you need to retrieve all inboxes associated with an account ID. Returns the list of inboxes with their configuration, permissions, and statistics.

Parámetros de entrada

  • account_idintegerObligatorio

    Unique account ID to list inboxes 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 Messages in InboxMAILTRAP_LIST_MESSAGESAcción

Tool to get messages from a Mailtrap inbox. Use when you need to retrieve emails from a specific inbox, with support for search filtering and pagination. Returns up to 30 messages per request.

Parámetros de entrada

  • pageinteger

    Page number for pagination (30 messages per page). Use this for offset-based pagination.

  • searchstring

    Filter emails by subject, to_email, or to_name (case insensitive). Use this to search for specific messages.

  • last_idinteger

    Get messages with ID less than this value for cursor-based pagination. Alternative to page parameter.

  • inbox_idintegerObligatorio

    Unique inbox ID to identify the specific inbox

  • account_idintegerObligatorio

    Unique account ID to identify the Mailtrap account

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

Tool to get a list of projects for a Mailtrap account. Use when you need to retrieve all projects and their associated inboxes for a specific account. Returns project attributes, permissions, and nested inbox information.

Parámetros de entrada

  • account_idintegerObligatorio

    Unique account ID to list projects 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 Sending DomainsMAILTRAP_LIST_SENDING_DOMAINSAcción

Tool to list all sending domains for a Mailtrap account. Use when you need to retrieve configured domains for email sending.

Parámetros de entrada

  • account_idintegerObligatorio

    Account ID to list sending domains 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 Email SuppressionsMAILTRAP_LIST_SUPPRESSIONSAcción

Tool to list suppressed email addresses for a Mailtrap account. Use when you need to view which emails are blocked from receiving messages due to bounces, complaints, unsubscribes, or manual suppression.

Parámetros de entrada

  • emailstring

    Search for a specific email address. Use this to check if a particular email is suppressed.

  • end_timestring

    Search emails suppressed before this timestamp in ISO 8601 format (e.g., 2025-12-31T23:59:59Z).

  • account_idintegerObligatorio

    Account ID to list suppressions for. This is your Mailtrap account identifier.

  • start_timestring

    Search emails suppressed after this timestamp in ISO 8601 format (e.g., 2025-01-01T00:00:00Z).

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

Mark Inbox as ReadMAILTRAP_MARK_INBOX_AS_READAcción

Tool to mark all messages in a Mailtrap inbox as read. Use when you need to mark all unread messages as read in a specific inbox.

Parámetros de entrada

  • inbox_idintegerObligatorio

    Unique inbox ID to identify the specific inbox

  • account_idintegerObligatorio

    Unique account ID to identify the Mailtrap account

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

Reset Inbox CredentialsMAILTRAP_RESET_INBOX_CREDENTIALSAcción

Tool to reset SMTP credentials for a Mailtrap inbox. Use when you need to regenerate the username and password for inbox access.

Parámetros de entrada

  • inbox_idintegerObligatorio

    Unique inbox ID to identify the specific inbox.

  • account_idintegerObligatorio

    Unique account ID to identify the Mailtrap account.

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

Update contactMAILTRAP_UPDATE_CONTACTAcción

Tool to update an existing contact in Mailtrap. Use when you need to modify contact details such as email, custom fields, list memberships, or subscription status. If the contact doesn't exist, it will be created.

Parámetros de entrada

  • contactobjectObligatorio

    Contact data to update. At least one field must be provided

  • account_idintegerObligatorio

    Unique account ID

  • contact_identifierstringObligatorio

    Contact UUID or Email address

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

Update Contact FieldMAILTRAP_UPDATE_CONTACT_FIELDAcción

Tool to update a contact field in Mailtrap. Use when you need to modify the name or merge tag of an existing contact field.

Parámetros de entrada

  • namestring

    Name of the contact field

  • field_idintegerObligatorio

    Unique Contact Field ID

  • merge_tagstring

    Personalize your campaigns by adding a merge tag. This field will be replaced with unique contact details for each recipient.

  • account_idintegerObligatorio

    Unique account ID

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

Update Contact ListMAILTRAP_UPDATE_CONTACT_LISTAcción

Tool to update a contact list's name in Mailtrap. Use when you need to rename an existing contact list.

Parámetros de entrada

  • namestringObligatorio

    New name for the contact list. Maximum length is 255 characters.

  • list_idintegerObligatorio

    Unique list ID

  • account_idintegerObligatorio

    Unique account ID

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

Update Email TemplateMAILTRAP_UPDATE_EMAIL_TEMPLATEAcción

Tool to update an existing email template in Mailtrap account. Use when you need to modify template properties such as name, subject, category, HTML body, or plain text body. All fields in the email_template object are optional - only provide the fields you want to update.

Parámetros de entrada

  • account_idintegerObligatorio

    Account ID to which the email template belongs

  • email_templateobjectObligatorio

    Email template data containing fields to update. At least name, subject, and category are required.

  • email_template_idintegerObligatorio

    Email template ID to update

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

Update inboxMAILTRAP_UPDATE_INBOXAcción

Tool to update an inbox's settings in Mailtrap. Use when you need to change the inbox name or email username.

Parámetros de entrada

  • inboxobjectObligatorio

    Inbox data to update. Provide at least one field (name or email_username) to update.

  • inbox_idintegerObligatorio

    Unique inbox ID

  • account_idintegerObligatorio

    Unique account ID

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

Update projectMAILTRAP_UPDATE_PROJECTAcción

Tool to update a project's name in Mailtrap. Use when you need to rename an existing project.

Parámetros de entrada

  • projectobjectObligatorio

    Project data to update. Must provide the new project name.

  • account_idintegerObligatorio

    Unique account ID

  • project_idintegerObligatorio

    Unique project ID

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