Webhooks
14+ resource events, HMAC-signed, with automatic retries and replay from the dashboard.
Ecosystem-first
Most HR vendors gate the API behind an enterprise tier and ship "integrations" that are really just Zapier wrappers. Pulse treats the API and the UI as equal citizens — every resource has a REST endpoint, every state change fires a webhook, every integration ships with source.
14+ resource events, HMAC-signed, with automatic retries and replay from the dashboard.
Full CRUD on every resource, pagination, filters, consistent auth. Rate-limited at 1k req/min on the standard tier.
Maintained clients for TypeScript, Python and Go. Generated from the OpenAPI spec so they never drift from the API.
We label every integration with its real status. Live means production-ready with OAuth and sync; Beta means it works but we want more field testing; Roadmap means it's scoped, not shipped.
Comms
Identity
Identity
Accounting
Accounting
Payments
Docs
Recruiting
Automation
Automation
Work mgmt
Work mgmt
Importer
Importer
Importer
ERP
Each event ships with a stable schema, a delivery dashboard, HMAC signing, and one-click replay. Missed events queue and retry with exponential backoff for 72 hours.
Because the whole platform is open source, the supported integrations live
in apps/app/src/lib/integrations/
as regular TypeScript modules. Copy one, swap the API calls, open a PR. The
same OAuth scaffolding, webhook router and retry logic you'd build for
yourself — already there.
Free for the first 5 employees — forever. No credit card. Import your data in under an hour.