API Reference
Consensus
Schema
Platform
- Evals
- Processors
- POSTCreate
- DELDelete
- GETGet
- GETList
- PUTUpdate
- POSTSubmit
- Automations
- Tests
- Link
- Mailbox
- Endpoints
- Outlook
- Logs
- POST
- Secrets
Mailbox
Create
Create a new mailbox
POST
/
v1
/
processors
/
automations
/
mailboxes
Copy
automation = reclient.processors.automations.mailboxes.create(
name="Mailbox Automation",
processor_id="proc_01G34H8J2K",
)
Copy
{
"id": "mb_ylunY8n0IjwddBWJBQ7ul",
"name": "Mailbox Automation",
"processor_id": "proc_o4dtLxizT0kDAjeKuyVLA",
"updated_at": "2025-06-26T16:35:03.821814Z",
"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"
}
Copy
automation = reclient.processors.automations.mailboxes.create(
name="Mailbox Automation",
processor_id="proc_01G34H8J2K",
)
Copy
{
"id": "mb_ylunY8n0IjwddBWJBQ7ul",
"name": "Mailbox Automation",
"processor_id": "proc_o4dtLxizT0kDAjeKuyVLA",
"updated_at": "2025-06-26T16:35:03.821814Z",
"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"
}
Authorizations
Body
application/json
Response
200
application/json
Successful Response
The response is of type object
.
Copy
automation = reclient.processors.automations.mailboxes.create(
name="Mailbox Automation",
processor_id="proc_01G34H8J2K",
)
Copy
{
"id": "mb_ylunY8n0IjwddBWJBQ7ul",
"name": "Mailbox Automation",
"processor_id": "proc_o4dtLxizT0kDAjeKuyVLA",
"updated_at": "2025-06-26T16:35:03.821814Z",
"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"
}
Assistant
Responses are generated using AI and may contain mistakes.