Hanzo
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 →

CommandCallsWhat it does
hanzo tel calls rm <id>DELETE /v1/tel/calls/{id}Ends a call this org placed.
hanzo tel calls listGET /v1/tel/callsLists the calls this org has placed or received, newest first.
hanzo tel calls createPOST /v1/tel/callsDials.
hanzo tel messages getGET /v1/tel/messagesLists the messages this org has sent or received, newest first.
hanzo tel messages createPOST /v1/tel/messagesSends 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 availableGET /v1/tel/numbers/availableAsks the carrier what is available to buy.
hanzo tel numbers listGET /v1/tel/numbersLists the phone numbers this org HOLDS — the ones it has bought and not released.
hanzo tel numbers createPOST /v1/tel/numbersProvisions with the carrier FIRST and records second.
hanzo tel summaryGET /v1/tel/summaryCounts what this org holds on the telephony plane: its numbers, its calls and its messages.

How is this guide?