Skip to main content
POST
/
v1
/
scripts
/
{id}
/
trigger
Manually trigger a script
curl --request POST \
  --url http://0.0.0.0:3000/v1/scripts/{id}/trigger \
  --header 'Authorization: Bearer <token>'
{
  "message": "Script triggered"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Organization-Id
string

ID da organização para contexto (opcional). Quando presente, filtra recursos da org.

Path Parameters

id
integer
required

ID numérico do script

Response

Script triggered

message
string