Enforce fair lines, receive real-time webhook dispatches, and trigger allocation checks atomically.
SK Queue is a stateless waitlist decider. It queries availability from Calendar, reads customer IDs from CRM, and dispatches SMS/WhatsApp alerts via Notifications over the Backbone.
Add customers to the queue, verify sessions, and listen to seat allocations in three steps.
Ecosystem dispatches use uniform HMAC envelopes to guarantee event integrity. Validate signature in header X-Nexus-Signature.
| Event Type | Description | Trigger Condition |
|---|---|---|
queue.entry.joined |
Party joined line successfully | Fires upon validated OTP check-in |
queue.entry.allocated |
Resource assigned, party seated | Fires when fitted allocation checker commits transaction |
queue.entry.cancelled |
Party dropped or removed from line | Fires when guest cancels session or response timer expires |
All Softknack downstream APIs conform to six architectural guarantees.
Dataset isolation is forced in PostgreSQL tables, filtering queries via session org keys.
Mutation operations are blocked by triggers; all modifications append to event logs.
Operations require key validation, returning existing models on matching requests.
Propagates tracking correlation IDs to trace operations across all services.
OTP check-ins guard queue entries, validating client numbers before lines form.
PII fields are automatically sanitized when sessions checkout or expire.
SK Queue registers tools natively on the Backbone SSE Gateway. AI receptionists interact with the queue dynamically.
Integrate waiting dispatches into your applications in minutes. Explore full documentation or request developer credentials.
Read Docs Get API Keys →