/mailtrap-accounts | Type: Application | PCID required: Yes
Tools
| Tool | Description |
|---|---|
mailtrap_accounts_create_api_token | Create API token |
mailtrap_accounts_create_organization_sub_account | Create organization sub account |
mailtrap_accounts_delete_account_access_by_id | Remove account access |
mailtrap_accounts_delete_api_token | Delete API token |
mailtrap_accounts_get_account_billing_usage | Get current billing cycle usage |
mailtrap_accounts_get_all_accounts | List account(s) you have access to |
mailtrap_accounts_get_all_users_in_account | List User & Invite account accesses |
mailtrap_accounts_get_api_token | Get API token |
mailtrap_accounts_get_organization_sub_accounts | Get organization sub accounts |
mailtrap_accounts_get_resources | Get resources |
mailtrap_accounts_list_api_tokens | List API tokens |
mailtrap_accounts_reset_api_token | Reset API token |
mailtrap_accounts_update_user_permissions | Manage user or token permissions |
mailtrap_accounts_create_api_token
Create API token Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
name | string | Yes | — | Display name for the token |
resources | object[] | No | — | Permissions to assign to the token |
mailtrap_accounts_create_organization_sub_account
Create organization sub account Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
organization_id | integer | Yes | — | Unique organization ID |
account | object | Yes | — | The account value |
mailtrap_accounts_delete_account_access_by_id
Remove account access Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
account_access_id | integer | Yes | — | Unique account access ID |
mailtrap_accounts_delete_api_token
Delete API token Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
id | integer | Yes | — | API token ID |
mailtrap_accounts_get_account_billing_usage
Get current billing cycle usage Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
mailtrap_accounts_get_all_accounts
List account(s) you have access tomailtrap_accounts_get_all_users_in_account
List User & Invite account accesses Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
project_ids | string[] | No | — | The identifiers of the projects for which to include the results |
inbox_ids | string[] | No | — | The identifiers of the inboxes for which to include the results |
domain_ids | string[] | No | — | The identifiers of the domains for which to include the results |
mailtrap_accounts_get_api_token
Get API token Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
id | integer | Yes | — | API token ID |
mailtrap_accounts_get_organization_sub_accounts
Get organization sub accounts Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
organization_id | integer | Yes | — | Unique organization ID |
mailtrap_accounts_get_resources
Get resources Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
mailtrap_accounts_list_api_tokens
List API tokens Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
mailtrap_accounts_reset_api_token
Reset API token Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
id | integer | Yes | — | API token ID |
mailtrap_accounts_update_user_permissions
Manage user or token permissions Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | integer | Yes | — | Unique account ID |
account_access_id | integer | Yes | — | Unique account access ID |
permissions | object[] | No | — | The permissions value |

