Install
Add the SDK to your Node or Python project and drop in a single API key. That's the entire setup.
npm i @sendithq/sdk · pip install sendithqThree lines to integrate, proof over promises, and a live playground so you can watch a real webhook fire before you sign up.
Three steps is all it takes. The rest — queuing, retries, signing, and SSRF protection — is handled for you.
Add the SDK to your Node or Python project and drop in a single API key. That's the entire setup.
npm i @sendithq/sdk · pip install sendithqPass the fire time and payload. Your data is encrypted with AES-256 the moment it is stored.
sendit.schedule({ fireAt, payload })At the scheduled moment the webhook is sent with an HMAC signature, fired slightly early to offset round-trip latency.
POST → 200 OK · X-SendIt-SignatureCode and numbers in place of adjectives — a small, dependable tool built by a developer, for developers.
No broker, no consumer, no ports. Install the SDK, call schedule() once, and scheduled delivery simply works.
Even when traffic spikes, your invoice stays the same.
Search schedules, edit or cancel with a click. Every delivery result in one dashboard.
Requests are queued and smoothed, then delivered in order — never dropped.
We fire slightly early to offset round-trip latency.
Pick a delay and fire a real, HMAC-signed webhook at our demo endpoint — right here, no signup required.
A real webhook, signed with HMAC-SHA256 and delivered to our demo endpoint — no signup, no card. Early Firing offsets round-trip latency so it lands right on time.