POST
/
v1
/
processors
/
automations
/
endpoints
automation = reclient.processors.automations.endpoints.create(
    name="Endpoint Automation",
    processor_id="proc_01G34H8J2K",
    webhook_url="https://your-server.com/webhook",
)
{
  "id": "endp_rh-D1lcOuPZj1qqhL3YPc",
  "name": "Endpoint Automation",
  "processor_id": "proc_o4dtLxizT0kDAjeKuyVLA",
  "updated_at": "2025-06-26T15:21:10.531556Z",
  "default_language": "en",
  "webhook_url": "https://your-server.com/webhook",
  "webhook_headers": {},
  "need_validation": false,
  "object": "automation.endpoint"
}
automation = reclient.processors.automations.endpoints.create(
    name="Endpoint Automation",
    processor_id="proc_01G34H8J2K",
    webhook_url="https://your-server.com/webhook",
)
{
  "id": "endp_rh-D1lcOuPZj1qqhL3YPc",
  "name": "Endpoint Automation",
  "processor_id": "proc_o4dtLxizT0kDAjeKuyVLA",
  "updated_at": "2025-06-26T15:21:10.531556Z",
  "default_language": "en",
  "webhook_url": "https://your-server.com/webhook",
  "webhook_headers": {},
  "need_validation": false,
  "object": "automation.endpoint"
}

Authorizations

Api-Key
string
header
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.