Friday, 23 March 2018

AWS SNS (SMS)


Overview
  • Worldwide SMS delivery
  • Sending modes
    • Direct
    • Bulk (topic subscribers)
  • DisplayName (first 10 characters) used in text message
  • Phone numebr in E.164 format (e.g. +48XXXYYYZZ)
  • Character limit
    • 160 GSM characters
    • 140 ASCII
    • 70 for Unicode (UCS-2)
  • Type
    • Promotional
    • Transactional

Opt-out
  • Certain countries require it (e.g. US, Canada)
  • Send STOP or QUIT to unsubscribe

Short code
  • 5-6 digit
  • By default AWS assigns a shared code
  • Dedicated code
    • Assigned exlusively to sender
    • Supports higher throughput
  • Recipient may reply to the message (e.g. opt-out)

Sender Id
  • 11 alphanumeric character
    • e.g. brand name
  • Only certain countries supported
    • e.g. US is not


Monitoring
  • Sent
  • Failed
  • Delivery rate (Sent/Failed)

No comments:

Post a Comment