Update Settings
documentedUpdate line settings.
PUT /v1/settingsProfileno 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.sendhub.com/v1/settings" \
-u "{{$sendhub_username}}:{{SENDHUB_API_KEY}}" \
-X PUT \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"automated_sms_response": "{{$automated_sms_response}}", "desktop_notifications": {{$desktop_notifications}}, "disable_incoming_sms": {{$disable_incoming_sms}}, "email_calling_notifications": {{$email_calling_notifications}}, "hide_link_in_bulk_messages": {{$hide_link_in_bulk_messages}}, "name": "{{$name}}", "phone_number": "{{$phone_number}}", "send_only_via_short_code": {{$send_only_via_short_code}}, "send_only_via_toll_free": {{$send_only_via_toll_free}}, "signature": "{{$signature}}", "sms_forwarding": "{{$sms_forwarding}}", "sms_fwd_help": {{$sms_fwd_help}}, "sms_webhook_url": "{{$sms_webhook_url}}", "sound_notifications": {{$sound_notifications}}, "toll_free_primary": {{$toll_free_primary}}, "transcribe_voice_mails": {{$transcribe_voice_mails}}, "mask_caller_id": {{$mask_caller_id}} }'