Configure Number
documentedConfigure a number (webhooks, forwarding, etc.).
POST /a1/numbers/{id}Numbersno 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.46elks.com/a1/numbers/{{$id}}" \
-X POST \
-u "{{46ELKS_USERNAME}}:{{46ELKS_PASSWORD}}" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json" \
-d 'sms_url={{$sms_url}}&voice_start={{$voice_start}}&mms_url={{$mms_url}}&sms_replies={{$sms_replies}}&name={{$name}}'