Comms is the shared notification layer for your Klivolks apps — connect an email or SMS provider, build a template (or use the default), and send through one job queue with retries, throttling, and delivery tracking built in.
Set it up once — every other Klivolks app you run can send through it.
Add SES or SendGrid for email, or a regional SMS gateway — set priority and rate limits, comms fails over automatically.
Design an HTML email or SMS template, or fall back to the built-in default when a job doesn't specify one.
Your apps call one API to queue a send — comms handles retries, per-sender throttling, and archives jobs after a year.
Bundled with your other Klivolks apps