connect_search_available_phone_numbers: Searches for available phone numbers that you can claim to...

View source: R/connect_operations.R

connect_search_available_phone_numbersR Documentation

Searches for available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group

Description

Searches for available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group. If the provided TargetArn is a traffic distribution group, you can call this API in both Amazon Web Services Regions associated with the traffic distribution group.

See https://www.paws-r-sdk.com/docs/connect_search_available_phone_numbers/ for full documentation.

Usage

connect_search_available_phone_numbers(
  TargetArn,
  PhoneNumberCountryCode,
  PhoneNumberType,
  PhoneNumberPrefix = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

TargetArn

[required] The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone numbers are claimed to.

PhoneNumberCountryCode

[required] The ISO country code.

PhoneNumberType

[required] The type of phone number.

PhoneNumberPrefix

The prefix of the phone number. If provided, it must contain + as part of the country code.

MaxResults

The maximum number of results to return per page.

NextToken

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.