Overview

Monitor incoming webhook deliveries, inspect runs, and retry failed payloads.

Webhook endpoint
Send a JSON payload here to trigger a run.
POST /api/webhook
Example payload
{
  "applicant": {
    "firstName": "Jalen",
    "lastName": "Parham",
    "email": "jalen@example.com"
  },
  "meta": {
    "leadSource": "website",
    "formVersion": "v3"
  }
}
Recent runs
Latest automation attempts across webhook and manual triggers.
No runs yet. Send a webhook payload to start the pipeline.