steelcityamir
steelcityamir

Reputation: 1218

Amazon SNS - Texting STOP to short code

What happens on the AWS backend when a user with an active subscription to a topic texts STOP to the AWS short code (30304)?

The Amazon documentation implies that they will no longer receive messages.

Does this mean that the subscription gets deleted?

Upvotes: 0

Views: 892

Answers (1)

Jeff Vdovjak
Jeff Vdovjak

Reputation: 2003

"If the phone number is subscribed to an Amazon SNS topic, opting out does not remove the subscription, but SMS messages will fail to deliver to that subscription unless you opt in the phone number."

Source: http://docs.aws.amazon.com/sns/latest/dg/sms_manage.html

You can opt the number back in via the console or an AWS SDK (instructions available in the same link).

Upvotes: 2

Related Questions