PUT
/
v1
/
processors
/
automations
/
mailboxes
/
{mailbox_id}
automation = reclient.processors.automations.mailboxes.update(
    mailbox_id="mb_ylunY8n0IjwddBWJBQ7ul",
    name="Mailbox Automation Updated",
)
{
  "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"
}
automation = reclient.processors.automations.mailboxes.update(
    mailbox_id="mb_ylunY8n0IjwddBWJBQ7ul",
    name="Mailbox Automation Updated",
)
{
  "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

Api-Key
string
header
required

Path Parameters

mailbox_id
string
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.