API reference for Pinkfish Triggers
X-API-KEY
)
https://triggers.app.pinkfish.ai/ext/triggers/{triggerId}
https://triggers.app.pinkfish.ai/ext/webhook/{apiKey}/triggers/{triggerId}
x-api-wait: true
, the API waits for up to 60 seconds for completion
X-API-KEY
header of each request:
X-Pf-Run-Id
.
Feature | API Trigger | Webhook Trigger |
---|---|---|
Authentication | API key in X-API-KEY header | API key embedded in URL path |
URL Format | /ext/triggers/{triggerId} | /ext/webhook/{apiKey}/triggers/{triggerId} |
Use Case | Server-to-server integrations | Third-party services with webhook support |
Security | More secure (key in headers) | Less secure (key visible in URL) |