Endpoint
Request Body
Template ID to execute.
Optional runtime variable values keyed by input node ID.
Optional flag to save output as preview.
Optional run tag.
Response
Array of run IDs started by this call.
Start one or more runs for an automation template
POST https://api.ugc.inc/automations/run
const res = await client.automations.run({ templateId: 'tpl_123', orgId: 'org-id' });