POST
/
v1
/
processors
/
automations
/
outlook
automation = reclient.processors.automations.outlook.create(
    name="Outlook Automation",
    processor_id="proc_01G34H8J2K",
)
{
  "id": "outlook_DDw72RgWgIfKFXGaWXcGu",
  "name": "Outlook Automation",
  "processor_id": "proc_o4dtLxizT0kDAjeKuyVLA",
  "updated_at": "2025-06-26T15:13:15.974543Z",
  "default_language": "en",
  "webhook_url": "https://your-server.com/webhook",
  "webhook_headers": {},
  "need_validation": false,
  "authorized_domains": [],
  "authorized_emails": [],
  "layout_schema": null,
  "match_params": [],
  "fetch_params": [],
  "object": "automation.outlook"
}
automation = reclient.processors.automations.outlook.create(
    name="Outlook Automation",
    processor_id="proc_01G34H8J2K",
)
{
  "id": "outlook_DDw72RgWgIfKFXGaWXcGu",
  "name": "Outlook Automation",
  "processor_id": "proc_o4dtLxizT0kDAjeKuyVLA",
  "updated_at": "2025-06-26T15:13:15.974543Z",
  "default_language": "en",
  "webhook_url": "https://your-server.com/webhook",
  "webhook_headers": {},
  "need_validation": false,
  "authorized_domains": [],
  "authorized_emails": [],
  "layout_schema": null,
  "match_params": [],
  "fetch_params": [],
  "object": "automation.outlook"
}

Authorizations

Api-Key
string
header
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.