Inbound Trigger Webhook
Called by n8n (which normalized a third party's own webhook call) - gated by the per-instance inbound token, not a JWT or the shared n8n integration token, since this is instance-specific and reachable by a caller that never authenticates as anyone in this system.
Path Parameters
token*Token
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/triggers/inbound/string" \ -H "Content-Type: application/json" \ -d '{}'{ "accepted": true, "events_created": 0}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}