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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.pinkfish.ai/llms.txt

Use this file to discover all available pages before exploring further.

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