Try   HackMD

Node-Red 搭配米瑟奇簡訊(sms.message)服務傳送SMS簡訊通知

LHB阿好伯, 2021/07/16:earth_africa:

tags: Node-RED 創客

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →

https://sms.message.com.tw/

米瑟奇提供了發送簡訊的API
任何可使用HTTP請求方式發送網址與參數即可使用

有興趣的可以先來辦一個帳號
你的帳號跟密碼就是後續API要使用的參數
所以請記好XD

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →

可查看相關API資訊
https://sms.message.com.tw/api_manual.php

以下節錄重點資訊

Server Name : http://api.message.net.tw/
Server Port : 80(HTTP)
Server Protocol : TCP
Data SendType : POST or GET

即時發送:
http://api.message.net.tw/send.php?id=帳號&password=密碼&tel=發送手機號碼1;發送手機號碼2;&msg=訊息內容&mtype=G
預約發送:
http://api.message.net.tw/send.php?id=帳號&password=密碼&tel=發送手機號碼1;發送手機號碼2;&sdate=YYYYMMDDhhmmss&msg=訊息內容

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →

依照上方格式在URL填寫入自己的帳號、密碼、發送手機號碼、訊息等資訊
encoding可以改成utf8比較不會有亂碼

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →

等待不到3秒就收到簡訊了
服務非常快
後面的字樣看起來無法修改
詢問過官方客服表示
若是使用試用點數發送會帶後面的字,若儲值後就不會出現了

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →

🌟全文可以至下方連結觀看或是補充
https://hackmd.io/@LHB-0222/NodeRed_SMS

全文分享至

https://www.facebook.com/LHB0222/

https://www.instagram.com/ahb0222/

有疑問想討論的都歡迎於下方留言

喜歡的幫我分享給所有的朋友 \o/

有所錯誤歡迎指教

:page_with_curl: 全部文章列表