Create VB template
documentedCreate a VB template
POST /v1/vb_templateVoice Broadcastsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.callhub.io/v1/vb_template" \\n -X POST \\n -H "Authorization: Token {{CALLHUB_API_KEY}}" \\n -H "Content-Type: application/json" \\n -H "Accept: application/json" \\n -d '{"name": "{{$template_name}}", "body": "{{$template_body}}", "language": "{{$language}}", "voice": "{{$voice}}"}'