Skip to main content
POST
/
v1
/
automations
/
{id}
/
trigger
Trigger Automation
curl --request POST \
  --url https://api.replicas.dev/v1/automations/{id}/trigger \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "payload": {}
}'
{
  "execution_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.

Path Parameters

id
string<uuid>
required

The unique identifier of the automation

Body

application/json

Request body for manually triggering an automation

payload
object

Optional payload to pass to the automation execution

Response

Automation triggered successfully

Response after triggering an automation

execution_id
string<uuid>
required

Unique identifier for the execution

workspace_id
string<uuid> | null
required

The workspace created for this execution