Automations

Get all Automations

This API gives you a list of all automations for a specific platform.

Use this to get the platform ID.

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
startnumberOptional

The page No

Example: 0
limitnumber · min: 1 · max: 50Optional

The Page Size

Example: 10
platformIdstringRequired

Platform ID

Example: 622f03eb770f6bba0b8facaa
Header parameters
X-TexAu-ContextstringRequired

Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’

Responses
200

Automations fetch successful

application/json
get
/api/v1/public/automations

Get Automation By ID

This API will give you a list of inputs and output of specific automation.

Use automationID from response of the above API

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
automationIdstringRequired
Header parameters
X-TexAu-ContextstringRequired

Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’

Responses
200

Automation fetched successfully

application/json
get
/api/v1/public/automations/{automationId}

Last updated