API Reference
Consensus
Schema
Platform
- Evals
- Processors
- POSTCreate
- DELDelete
- GETGet
- GETList
- PUTUpdate
- POSTSubmit
- Automations
- Tests
- Link
- Mailbox
- Endpoints
- Outlook
- Logs
- POST
- Secrets
Mailbox
Update
Update a mailbox
PUT
/
v1
/
processors
/
automations
/
mailboxes
/
{mailbox_id}
Copy
automation = reclient.processors.automations.mailboxes.update(
mailbox_id="mb_ylunY8n0IjwddBWJBQ7ul",
name="Mailbox Automation Updated",
)
Copy
{
"id": "mb_ylunY8n0IjwddBWJBQ7ul",
"name": "Mailbox Automation Updated",
"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.update(
mailbox_id="mb_ylunY8n0IjwddBWJBQ7ul",
name="Mailbox Automation Updated",
)
Copy
{
"id": "mb_ylunY8n0IjwddBWJBQ7ul",
"name": "Mailbox Automation Updated",
"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
Path Parameters
Body
application/json
Response
200
application/json
Successful Response
The response is of type object
.
Copy
automation = reclient.processors.automations.mailboxes.update(
mailbox_id="mb_ylunY8n0IjwddBWJBQ7ul",
name="Mailbox Automation Updated",
)
Copy
{
"id": "mb_ylunY8n0IjwddBWJBQ7ul",
"name": "Mailbox Automation Updated",
"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.