/mailtrap-sending | Type: Application | PCID required: Yes
Tools
mailtrap_sending_create_email_template
Create Email Template Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
email_template | object | Yes | — | Email Template |
mailtrap_sending_create_sending_domain
Create sending domain Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
sending_domain | object | Yes | — | Sending Domain |
mailtrap_sending_create_sending_domain_company_info
Create company info Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
sending_domain_id | integer | Yes | — | Sending domain ID |
company_info | object | Yes | — | Company Info |
mailtrap_sending_delete_domain
Delete sending domain Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
sending_domain_id | integer | Yes | — | Sending domain ID |
mailtrap_sending_delete_email_template
Delete Email Template Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
email_template_id | integer | Yes | — | Email template ID |
mailtrap_sending_delete_suppression
Delete suppression Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
suppression_id | integer | Yes | — | Suppression ID |
mailtrap_sending_email_templates
Get all Email Templates Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
mailtrap_sending_get_account_sending_stats
Get Sending Stats Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
start_date | string | Yes | — | Start date for which to include the results. |
end_date | string | Yes | — | End date for which to include the results. |
sending_domain_ids[] | integer[] | No | — | IDs of the sending domains for which to include the results. If not provided, results for all sending domains will be included. |
sending_streams[] | string[] | No | — | Sending streams for which to include the results. If not provided, results for all sending streams will be included. |
categories[] | string[] | No | — | Categories for which to include the results. If not provided, results for all categories will be included. |
email_service_providers[] | string[] | No | — | Email service providers for which to include the results. If not provided, results for all ESPs will be included. |
mailtrap_sending_get_account_sending_stats_by_categories
Get Sending Stats by Categories Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
start_date | string | Yes | — | Start date for which to include the results. |
end_date | string | Yes | — | End date for which to include the results. |
sending_domain_ids[] | integer[] | No | — | IDs of the sending domains for which to include the results. If not provided, results for all sending domains will be included. |
sending_streams[] | string[] | No | — | Sending streams for which to include the results. If not provided, results for all sending streams will be included. |
categories[] | string[] | No | — | Categories for which to include the results. If not provided, results for all categories will be included. |
email_service_providers[] | string[] | No | — | Email service providers for which to include the results. If not provided, results for all ESPs will be included. |
mailtrap_sending_get_account_sending_stats_by_date
Get Sending Stats by Date Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
start_date | string | Yes | — | Start date for which to include the results. |
end_date | string | Yes | — | End date for which to include the results. |
sending_domain_ids[] | integer[] | No | — | IDs of the sending domains for which to include the results. If not provided, results for all sending domains will be included. |
sending_streams[] | string[] | No | — | Sending streams for which to include the results. If not provided, results for all sending streams will be included. |
categories[] | string[] | No | — | Categories for which to include the results. If not provided, results for all categories will be included. |
email_service_providers[] | string[] | No | — | Email service providers for which to include the results. If not provided, results for all ESPs will be included. |
mailtrap_sending_get_account_sending_stats_by_domains
Get Sending Stats by Domains Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
start_date | string | Yes | — | Start date for which to include the results. |
end_date | string | Yes | — | End date for which to include the results. |
sending_domain_ids[] | integer[] | No | — | IDs of the sending domains for which to include the results. If not provided, results for all sending domains will be included. |
sending_streams[] | string[] | No | — | Sending streams for which to include the results. If not provided, results for all sending streams will be included. |
categories[] | string[] | No | — | Categories for which to include the results. If not provided, results for all categories will be included. |
email_service_providers[] | string[] | No | — | Email service providers for which to include the results. If not provided, results for all ESPs will be included. |
mailtrap_sending_get_account_sending_stats_by_email_service_providers
Get Sending Stats by Email Service Providers Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
start_date | string | Yes | — | Start date for which to include the results. |
end_date | string | Yes | — | End date for which to include the results. |
sending_domain_ids[] | integer[] | No | — | IDs of the sending domains for which to include the results. If not provided, results for all sending domains will be included. |
sending_streams[] | string[] | No | — | Sending streams for which to include the results. If not provided, results for all sending streams will be included. |
categories[] | string[] | No | — | Categories for which to include the results. If not provided, results for all categories will be included. |
email_service_providers[] | string[] | No | — | Email service providers for which to include the results. If not provided, results for all ESPs will be included. |
mailtrap_sending_get_domain
Get sending domain Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
sending_domain_id | integer | Yes | — | Sending domain ID |
mailtrap_sending_get_domain_company_info
Get company info Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
sending_domain_id | integer | Yes | — | Sending domain ID |
mailtrap_sending_get_domains
List sending domains Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
mailtrap_sending_get_email_log_message
Get an email log message by ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
sending_message_id | string | Yes | — | Message UUID |
mailtrap_sending_get_email_template
Get Email Template Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
email_template_id | integer | Yes | — | Email template ID |
mailtrap_sending_get_suppressions
List suppressions Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
email | string | No | — | Search for specific email address |
start_time | string | No | — | Search emails suppressed after this timestamp |
end_time | string | No | — | Search emails suppressed after this timestamp |
mailtrap_sending_list_email_logs
List email logs Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
search_after | string | No | — | Cursor for the next page (message_id UUID from previous response next_page_cursor). |
filters | object | No | — | Filter criteria (deep object). Pass as filters[field][operator] and filters[field][value]. When a filter accepts an array value, use bracket notation: filters[field][value][]=item1&filters[field][value][]=item2. Date range: use filters[sent_after] and filters[sent_before] (ISO 8601 strings). Unknown filters are ignored. |
mailtrap_sending_send_sending_domain_setup_instructions
Send setup instructions Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
sending_domain_id | integer | Yes | — | Sending domain ID |
email | string | Yes | — | Email address to receive setup instructions |
mailtrap_sending_update_email_template
Update Email Template Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
email_template_id | integer | Yes | — | Email template ID |
email_template | object | Yes | — | Email Template |
mailtrap_sending_update_sending_domain
Update sending domain Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
sending_domain_id | integer | Yes | — | Sending domain ID |
sending_domain | object | Yes | — | Sending Domain |
mailtrap_sending_update_sending_domain_company_info
Update company info Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
sending_domain_id | integer | Yes | — | Sending domain ID |
company_info | object | Yes | — | All fields are optional. Only the fields provided in the request will be updated. |

