Creates or updates a keyword configuration on an origination phone number or pool
Source:R/pinpointsmsvoicev2_operations.R
pinpointsmsvoicev2_put_keyword.RdCreates 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_numbersget the values for PhoneNumberId and PhoneNumberArn whiledescribe_sender_idscan be used to get the values for SenderId and SenderIdArn.If you are using a shared End User Messaging SMS resource then you must use the full Amazon Resource Name(ARN).
- Keyword
[required] The new keyword to add.
- KeywordMessage
[required] The message associated with the keyword.
- KeywordAction
The action to perform for the new keyword when it is received.
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.