Skip to content

Instantly share code, notes, and snippets.

@maiha
Last active October 6, 2020 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maiha/92187ffb2893f8607f98e46d7e064a7c to your computer and use it in GitHub Desktop.
Save maiha/92187ffb2893f8607f98e46d7e064a7c to your computer and use it in GitHub Desktop.

SMS Provider の責務

  • アプリケーションツーパーソン(A2P)メッセージング (アプリケーションから個人への通知)
    • モバイルプッシュ通知 (事前にアプリとモバイルデバイスを登録)
    • モバイルテキストメッセージング(SMS) (電話番号を指定してSMS対応デバイスに送信)
  • メッセージ配信の再試行 (サーバー側のエラー発生時に行う柔軟な再試行の設定)
  • デッドレターキュー (正常に配信できないメッセージを分析または再処理のために配信不能キューに保持)
  • メッセージ属性 (メッセージに関する任意のメタデータを提供)
  • メッセージセキュリティ (データの秘匿性)
  • メッセージの耐久性 (永続的なストレージおよび冗長化)

参考: https://docs.aws.amazon.com/sns/latest/dg/welcome.html

SMS Provider API の責務

  • API
  • Console
  • SDK (各言語対応)

SMP Provider 一覧

Top 10 Best SMS APIs (for Developers in 2020)

参考: https://blog.api.rakuten.net/top-sms-api-twilio-way2sms/

Top 8 Best SMS APIs for 2020

参考: https://rapidapi.com/blog/sms-apis-send-texts/

  • Twilio SMS API
  • Telesign SMS Verify API
  • Nexmo SMS Messaging API
  • D7SMS API
  • Telnyx API
  • MessageBird API
  • ClickSend (Inteltech) API
  • Nexmo Verify API

9 Best SMS API to Send Message to Your Users

参考: https://geekflare.com/best-sms-api/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment