Skip to main content
POST
/
ext
/
webhook
/
{apiKey}
/
triggers
/
{triggerId}
Trigger a workflow via webhook
curl --request POST \
  --url https://triggers.app.pinkfish.ai/ext/webhook/{apiKey}/triggers/{triggerId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "event": "issue_created",
  "issue_id": "12345"
}
'
{
  "error": "<string>",
  "message": "<string>"
}

Path Parameters

apiKey
string
required

The API key for authentication (embedded in URL)

triggerId
string
required

The unique identifier of the trigger

Body

application/json

The body is of type object.

Response

Workflow triggered successfully