Endpoint
Request Body
No request body is required.Response
Array of automation templates for the organization.
Retrieve all automation templates for the authenticated organization
POST https://api.ugc.inc/automations/list
const res = await client.automations.listTemplates({ orgId: 'org-id' });