Skip to main content

Endpoint

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

Request Body

templateId
string
required
Template ID to export.

Response

data
AutomationExport
Full exported template payload.

TypeScript

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