Update conference subscriber voicemail
documentedUpdate conference subscriber voicemail
PUT /conference/{id}/subscriber/voicemailAgent Console CCno 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/v2/conference/{{$conference_id}}/subscriber/voicemail/' \
-X PUT \
-H 'Authorization: Token {{CALLHUB_API_KEY}}' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{ "voicemail_id": "{{$voicemail_id}}", "audio_url": "{{$audio_url}}", "duration_seconds": {{$duration}} }'