pinpointsmsvoicev2_put_keyword: Creates or updates a keyword configuration on an origination...

View source: R/pinpointsmsvoicev2_operations.R

pinpointsmsvoicev2_put_keywordR Documentation

Creates or updates a keyword configuration on an origination phone number or pool

Description

Creates or updates a keyword configuration on an origination phone number or pool.

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

Usage

pinpointsmsvoicev2_put_keyword(
  OriginationIdentity,
  Keyword,
  KeywordMessage,
  KeywordAction = NULL
)

Arguments

OriginationIdentity

[required] The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn. You can use describe_phone_numbers get the values for PhoneNumberId and PhoneNumberArn while describe_sender_ids can be used to get the values for SenderId and SenderIdArn.

Keyword

[required] The new keyword to add.

KeywordMessage

[required] The message associated with the keyword.

  • AUTOMATIC_RESPONSE: A message is sent to the recipient.

  • OPT_OUT: Keeps the recipient from receiving future messages.

  • OPT_IN: The recipient wants to receive future messages.

KeywordAction

The action to perform for the new keyword when it is received.


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