GET
/
v1
/
processors
/
automations
/
outlook
automations = reclient.processors.automations.outlook.list(
    processor_id="proc_o4dtLxizT0kDAjeKuyVLA",
)
{
  "data": [
    {
      "id": "outlook_DDw72RgWgIfKFXGaWXcGu",
      "name": "Outlook Automation Updated",
      "processor_id": "proc_o4dtLxizT0kDAjeKuyVLA",
      "updated_at": "2025-06-26T15:15:34.250000",
      "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"
    }
  ],
  "list_metadata": {
    "before": null,
    "after": null
  }
}
automations = reclient.processors.automations.outlook.list(
    processor_id="proc_o4dtLxizT0kDAjeKuyVLA",
)
{
  "data": [
    {
      "id": "outlook_DDw72RgWgIfKFXGaWXcGu",
      "name": "Outlook Automation Updated",
      "processor_id": "proc_o4dtLxizT0kDAjeKuyVLA",
      "updated_at": "2025-06-26T15:15:34.250000",
      "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"
    }
  ],
  "list_metadata": {
    "before": null,
    "after": null
  }
}

Authorizations

Api-Key
string
header
required

Query Parameters

before
string | null
after
string | null
limit
integer | null
default:10
order
enum<string> | null
default:desc
Available options:
asc,
desc
id
string | null
name
string | null
webhook_url
string | null
processor_id
string | null

Response

200
application/json

Successful Response

The response is of type object.