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>"
}Executes a workflow using a webhook URL with embedded API key. Designed for third-party services that cannot set custom headers.
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>"
}