CLINotify
Notify
4 `hanzo` commands for Notify, each calling one operation on api.hanzo.ai.
Package notify is transactional email and SMS, sent through your org's own provider credential.
4 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo notify health | GET /v1/notify/health | Reports that the notify send surface is mounted. |
hanzo notify send email | POST /v1/notify/send/email | Delivers one transactional email through the caller org's own provider credential. |
hanzo notify send sms | POST /v1/notify/send/sms | Delivers one transactional SMS through the caller org's own provider credential. |
hanzo notify send create | POST /v1/notify/send | Delivers one transactional message by email or SMS through the caller org's own provider credential. |
How is this guide?