Skip to main content

Endpoint

POST https://api.ugc.inc/automations/list

Request Body

No request body is required.

Response

data
AutomationTemplate[]
Array of automation templates for the organization.

TypeScript

const res = await client.automations.listTemplates({ orgId: 'org-id' });