CLITel
Tel
10 `hanzo` commands for Tel, each calling one operation on api.hanzo.ai.
Package tel is the telecommunications surface: phone numbers, calls and messages, on whatever carrier the deployment is configured for.
10 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo tel calls rm <id> | DELETE /v1/tel/calls/{id} | Ends a call this org placed. |
hanzo tel calls list | GET /v1/tel/calls | Lists the calls this org has placed or received, newest first. |
hanzo tel calls create | POST /v1/tel/calls | Dials. |
hanzo tel messages get | GET /v1/tel/messages | Lists the messages this org has sent or received, newest first. |
hanzo tel messages create | POST /v1/tel/messages | Sends a message from one of this org's own numbers. |
hanzo tel numbers rm <id> | DELETE /v1/tel/numbers/{id} | Checks the holding is THIS org's before it reaches the carrier. |
hanzo tel numbers available | GET /v1/tel/numbers/available | Asks the carrier what is available to buy. |
hanzo tel numbers list | GET /v1/tel/numbers | Lists the phone numbers this org HOLDS — the ones it has bought and not released. |
hanzo tel numbers create | POST /v1/tel/numbers | Provisions with the carrier FIRST and records second. |
hanzo tel summary | GET /v1/tel/summary | Counts what this org holds on the telephony plane: its numbers, its calls and its messages. |
How is this guide?