Home
Features
Pricing Why Vaakio Support
Log in Start free
Integrations & API

Wire Vaakio into
everything else.

A full REST API with scoped keys, real-time webhooks for every subscriber and campaign event, and OAuth2 partner apps so tools like Zapier and Make connect without you pasting secrets.

curl
curl https://app.vaakio.com/api/v1/subscribers \
  -H "Authorization: Bearer vk_live_…" \
  -H "Content-Type: application/json" \
  -d '{ "email": "sarah@brandco.com", "lists": ["vip"] }'

// 201 Created
{ "id": "sub_9f2a…", "status": "subscribed" }
Webhook · subscriber.updated
Eventsubscriber.updated
Delivered200 · 84ms
Signatureverified
Retries0
Four ways in

Built for your stack,
not just ours.

Scripts, no-code automations, e-commerce platforms, and partner apps all connect through the same versioned, documented surface.

REST API v1

Campaigns, subscribers, lists, forms, automations, and events. Opaque IDs, cursor pagination, RFC 7807 errors, and a live OpenAPI reference.

Webhooks

Subscribe to opens, clicks, subscribes, unsubscribes, and campaign events. Signed payloads, automatic retries, and one-click replay from the dashboard.

Zapier & Make

Partner apps authenticate with OAuth2 and PKCE — a consent screen, not a credential paste. Approve exactly the scopes each tool needs.

E-commerce connections

Connect a store and orders flow in as subscriber events, ready to trigger automations and feed reporting.

Least privilege by default

Every key does
exactly one job.

Give a key only the scopes it needs and an optional expiry. Keys are shown once and stored as a hash. Every response carries your rate-limit budget so integrations back off cleanly instead of guessing.

reporting-keyexpires in 90d
campaigns:read subscribers:read events:read campaigns:send subscribers:write
Rate limit X-RateLimit-Remaining: 118

Connect it once.
Let it run.