Skip to main content

Documentation Index

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

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

Endpoint

/api/triggers/webhook/:id
POST
required
Receive webhook payloads to trigger flows.

Example request

{
  "event": "order.created",
  "data": {
    "orderId": "12345",
    "customerEmail": "user@example.com"
  }
}
{ "status": "accepted", "triggerId": "trig_abc" }
Validate signatures and sanitize inputs before processing.