FlowSentinel

Dashboard

Overview of your connected automations.

Make scenarios found
1
Next step
Manage connections on /integrations.

Alert settings

Get an email when a new error happens. You can add multiple recipients.

Debug tools

Make scenarios

Manage & sync
IDNameActiveHealthLast seenAdd error handler
6690750Hello WorldNoError8/12/2025, 4:33:27 PM
Steps
  1. Open the scenario in Make.
  2. Add an error handler on the first module.
  3. On the handler path, add HTTP → Make a request.
  4. Method: POST • URL: https://flowsentinel.app/api/make/incoming (or your *.vercel.app domain)
  5. Headers:
    • Content-Type: application/json
    • X-FlowSentinel-Secret: your Vercel MAKE_INCOMING_SECRET
  6. Body type: Raw • Content type: JSON
  7. JSON body:
    {
      "event": "scenario_error",
      "scenario_id": "6690750",
      "scenario_name": "Hello World",
      "error_message": "{{Error message}}"
    }
    scenario_id is required – the endpoint will respond with HTTP 400 if it's missing.

Zapier health

No Zap data yet. When Zap events arrive, discovered Zaps will show here.

Recent issues