GET
/
v1
/
processors
/
automations
/
mailboxes
automation = reclient.processors.automations.mailboxes.list(
    processor_id="proc_o4dtLxizT0kDAjeKuyVLA",
)
{
  "data": [
    {
        "id": "mb_FRf6FX5fYkenZ_JJlL5GD",
        "name": "Mailbox Automation Updated",
        "processor_id": "proc_2BTqDkKOTO_Ddz1N7JwVZ",
        "updated_at": "2025-06-26T16:44:25.808000",
        "default_language": "en",
        "webhook_url": "https://api.retab.com/test-webhook",
        "webhook_headers": {},
        "need_validation": false,
        "email": "invoices-new@mailbox.retab.com",
        "authorized_domains": [],
        "authorized_emails": [],
        "object": "automation.mailbox"
        }
    ],
    "list_metadata": {
        "before": null,
        "after": null,
        "limit": 10,
        "order": "desc",
        "total": 1
    }
}
automation = reclient.processors.automations.mailboxes.list(
    processor_id="proc_o4dtLxizT0kDAjeKuyVLA",
)
{
  "data": [
    {
        "id": "mb_FRf6FX5fYkenZ_JJlL5GD",
        "name": "Mailbox Automation Updated",
        "processor_id": "proc_2BTqDkKOTO_Ddz1N7JwVZ",
        "updated_at": "2025-06-26T16:44:25.808000",
        "default_language": "en",
        "webhook_url": "https://api.retab.com/test-webhook",
        "webhook_headers": {},
        "need_validation": false,
        "email": "invoices-new@mailbox.retab.com",
        "authorized_domains": [],
        "authorized_emails": [],
        "object": "automation.mailbox"
        }
    ],
    "list_metadata": {
        "before": null,
        "after": null,
        "limit": 10,
        "order": "desc",
        "total": 1
    }
}

Authorizations

Api-Key
string
header
required

Query Parameters

before
string | null
after
string | null
limit
integer | null
default:10
order
enum<string> | null
default:desc
Available options:
asc,
desc
email
string | null
webhook_url
string | null
schema_id
string | null
schema_data_id
string | null

Response

200
application/json

Successful Response

The response is of type object.