Skip to main content
POST
/
v1
/
webhooks
Webhooks
curl --request POST \
  --url https://api.flokit.ai/v1/webhooks \
  --header 'Authorization: <api-key>'
Use webhooks to send FloKit events into your backend, data warehouse, Slack workflows, or internal growth systems.

Planned webhook events

  • action.created
  • action.ready_for_approval
  • action.approved
  • action.executed
  • action.rolled_back
  • guardrail.triggered
  • report.payback_updated

Example payload

{
  "type": "action.ready_for_approval",
  "workspace_id": "workspace_123",
  "action_id": "action_123",
  "created_at": "2026-06-21T07:00:00Z",
  "summary": "Shift budget toward the cohort with stronger renewal quality."
}

Why this matters

Webhook docs are a trust signal. They show operators that FloKit can fit into existing review loops rather than forcing growth teams into a new silo.