Skip to main content

Endpoint

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

Request Body

templateId
string
required
Automation template ID.

Response

data
AutomationTemplate
The requested automation template.

TypeScript

const res = await client.automations.getTemplate({ templateId: 'tpl_123' });