Beta
Dokumentation

`thinkfleetbot voicecall`

CLI reference for `thinkfleetbot voicecall` (voice-call plugin command surface)

thinkfleetbot voicecall

voicecall is a plugin-provided command. It only appears if the voice-call plugin is installed and enabled.

Primary doc:

Common commands

thinkfleetbot voicecall status --call-id <id>
thinkfleetbot voicecall call --to "+15555550123" --message "Hello" --mode notify
thinkfleetbot voicecall continue --call-id <id> --message "Any questions?"
thinkfleetbot voicecall end --call-id <id>

Exposing webhooks (Tailscale)

thinkfleetbot voicecall expose --mode serve
thinkfleetbot voicecall expose --mode funnel
thinkfleetbot voicecall unexpose

Security note: only expose the webhook endpoint to networks you trust. Prefer Tailscale Serve over Funnel when possible.