Docs · Developers

API & webhooks

In short: Flap send API and inbound webhooks for Solo and above. Create keys in Settings → Developers.

Solo and above include API keys and inbound webhooks. Create keys and hooks in Settings → Developers, then call the HTTPS API at useflap.online.

POST /api/v1/send

Authorize with Authorization: Bearer flap_…. Body fields: to, subject, text, html, from, cc, bcc. Success: { "ok": true, "id": "msg_…" }

Inbound webhooks

Compute SHA-256 hex of `${secret}.${rawBody}` and compare to x-flap-signature. Use the secret shown once when you create the webhook.

Start free with Flap · Home · Pricing