Skip to content

Verify Destination Number

pinpointsmsvoicev2_verify_destination_number R Documentation

Use the verification code that was received by the verified destination phone number to opt-in the verified destination phone number to receive more messages

Description

Use the verification code that was received by the verified destination phone number to opt-in the verified destination phone number to receive more messages.

Usage

pinpointsmsvoicev2_verify_destination_number(
  VerifiedDestinationNumberId, VerificationCode)

Arguments

VerifiedDestinationNumberId

[required] The unique identifier for the verififed destination phone number.

VerificationCode

[required] The verification code that was received by the verified destination phone number.

Value

A list with the following syntax:

list(
  VerifiedDestinationNumberArn = "string",
  VerifiedDestinationNumberId = "string",
  DestinationPhoneNumber = "string",
  Status = "PENDING"|"VERIFIED",
  CreatedTimestamp = as.POSIXct(
    "2015-01-01"
  )
)

Request syntax

svc$verify_destination_number(
  VerifiedDestinationNumberId = "string",
  VerificationCode = "string"
)