Skip to content

voicecall

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

Primary doc:

Terminal window
builderforce voicecall status --call-id <id>
builderforce voicecall call --to "+15555550123" --message "Hello" --mode notify
builderforce voicecall continue --call-id <id> --message "Any questions?"
builderforce voicecall end --call-id <id>
Terminal window
builderforce voicecall expose --mode serve
builderforce voicecall expose --mode funnel
builderforce voicecall unexpose

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