Generic Trigger
Receive webhooks from any service or API
Receive webhooks from any service or API
This is a webhook-based trigger. Configure the webhook URL in your external service to send events to TradingGoose.
Configuration
Require Authentication
Disabled
Require authentication for all webhook requests
Authentication Token
••••••••
Token used to authenticate webhook requests via Bearer token or custom header
Secret Header Name (Optional)
X-Secret-Key
Custom HTTP header name for the auth token. If blank, uses "Authorization: Bearer TOKEN"
Input Format
Input Format
Define the expected JSON input schema for this webhook (optional). Use type "files" for file uploads.
Output Schema
The trigger passes the full event payload to your workflow. Access fields using <trigger.fieldName> syntax.