Run the Increase webhook event lifecycle: create an event subscription, verify signatures, and implement cursor-based event polling as a backstop

domain: increase.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Create an Event Subscription via the Increase dashboard or POST to the event-subscriptions API endpoint, specifying your publicly accessible HTTPS callback URL and optionally filtering to a single event category.
  2. For each inbound webhook POST, extract the webhook-id, webhook-timestamp, and webhook-signature headers; these follow the Standard Webhooks specification.
  3. Verify the signature by concatenating webhook-id + '.' + webhook-timestamp + '.' + raw_request_body, computing HMAC-SHA256 with your endpoint's signing secret, Base64-encoding the result, and prepending 'v1,'.
  4. Compare the computed signature to the webhook-signature header value using constant-time comparison, and reject requests where webhook-timestamp is older than 5 minutes.
  5. To recover from outages, poll the List Events API ordered by oldest-first using order_by.field=created_at&order_by.direction=ascending and persist the next_cursor across runs.
  6. When the response data array is empty you have reached the most recent event; store the current next_cursor to resume at the next poll cycle.

Known gotchas

Related routes

Implement Increase webhook event subscription, signature verification, and cursor-based event polling as a delivery backstop
banking-general · 6 steps · unrated
Handle Memberful webhooks for subscription lifecycle events
memberful.com · 5 steps · unrated
Configure and verify a SmartRecruiters webhook subscription for candidate pipeline/status-change events
recruiting · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans