Skip to main content
POST
Create a custom automation endpoint

Path Parameters

organization_id
string
required

Body

application/json

Request to create a custom automation endpoint

slug
string
required

URL-friendly endpoint identifier

method
string
required

HTTP method (GET, POST, PUT, PATCH, DELETE)

response_template
Response Template · object
required

Response template JSON

request_schema
Request Schema · object | null

Request schema JSON

rpa_run_id
string | null

RPA run_id to link for automation execution

parameter_mapping
Parameter Mapping · object | null

Mapping of endpoint parameters to script parameters

Response

Successful Response

Response containing a single endpoint

endpoint
EndpointInfo · object
required

Endpoint information