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