API Reference
Consensus
Schema
Platform
- Evals
- Processors
- POSTCreate
- DELDelete
- GETGet
- GETList
- PUTUpdate
- POSTSubmit
- Automations
- Tests
- Link
- Mailbox
- Endpoints
- Outlook
- Logs
- POST
- Secrets
Mailbox
List
List mailboxes with pagination support
GET
/
v1
/
processors
/
automations
/
mailboxes
Copy
automation = reclient.processors.automations.mailboxes.list(
processor_id="proc_o4dtLxizT0kDAjeKuyVLA",
)
Copy
{
"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
}
}
Copy
automation = reclient.processors.automations.mailboxes.list(
processor_id="proc_o4dtLxizT0kDAjeKuyVLA",
)
Copy
{
"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
Query Parameters
Available options:
asc
, desc
Response
200
application/json
Successful Response
The response is of type object
.
Copy
automation = reclient.processors.automations.mailboxes.list(
processor_id="proc_o4dtLxizT0kDAjeKuyVLA",
)
Copy
{
"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
}
}
Assistant
Responses are generated using AI and may contain mistakes.