Skip to main content
POST
/
automations
/
{automationId}
/
webhook
Trigger automation
curl --request POST \
  --url https://rawugc.com/api/v1/automations/{automationId}/webhook \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "workflowId": "<string>"
}

Authorizations

Authorization
string
header
required

Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY

Path Parameters

automationId
string
required

Automation container ID

Body

application/json

Optional JSON payload for the automation

Response

Automation triggered successfully

workflowId
string

Unique workflow execution identifier