Assign a phone number to SMS campaign

POST {{baseUrl}}/phone/sms_campaigns/:smsCampaignId/phone_numbers

Use this API to assign a phone number to the SMS campaign .

Prerequisites:

  • A Business or Enterprise account
  • A Zoom Phone license

Scopes: phone:write:admin

Granular Scopes: phone:write:sms_campaign_number:admin

Rate Limit Label : Light

Request Body

{"phone_numbers"=>[{"id"=>"<string>", "number"=>"<string>"}, {"id"=>"<string>", "number"=>"<string>"}]}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | | | Accept | string | | |

RESPONSES

status: Created

{"phone_numbers":[{"id":"\u003cstring\u003e","number":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","number":"\u003cstring\u003e"}]}