Forum Home › Forums › Understanding the Software › Alarm events sent by email or SMS
Tagged: api
- This topic has 23 replies, 6 voices, and was last updated 3 years, 1 month ago by
Mikhail.
-
AuthorPosts
-
July 25, 2017 at 7:47 am #2393
tamvu
ParticipantHi,
I have tried the Automatic Control Module. Then I add a data trigger of “tag1” to send command to Email device when tag1’s value is lower than 100. How can I get tag1’s value to the command? By the way, can I create email templates when sending an email command because currently the email command format is “{email}; {title}; {body}” ?July 25, 2017 at 1:17 pm #2394
MikhailModeratorHi,
In the current version of the module, command data are fixed.
The new version that support variables is in testing phase. It will be available soon. You can request for the update after a week.July 27, 2017 at 10:59 am #2413tamvu
ParticipantThanks Mikhail
October 11, 2022 at 7:12 am #11225
jacksonjkParticipantThis can be done with messagebird.com using the API of SMSala. Code example:
let response:= do as a server http("POST", "https://rest.<a href="http://smsala.com" rel="noopener" target="_blank">smsala.com</a>/messages", { 'Content-Type': "application/json", Authorization: "AccessKey " + 'API-key' }, { recipients: recipient, originator: Originator, body: Message }) end; alert(text(response))where ‘API-key’ is the SMSala API key (text field),
the recipient is the receiver’s phone number (text field),
Originator is your phone number used to login to SMSala (text field)
The message is the SMS message (text field)
-
This reply was modified 3 years, 1 month ago by
Mikhail.
October 11, 2022 at 12:46 pm #11231
MikhailModeratorThere are a lot of online SMS services depending on country.
October 12, 2022 at 5:22 am #11242
jacksonjkParticipantOctober 12, 2022 at 12:02 pm #11244
MikhailModeratorAs for me, I prefer Telegram messenger for notifications.
October 22, 2022 at 9:59 am #11342
victorlamParticipantHello,
Kindly advise any members have the successful stories that can use email or SMS to get the alert here. Kindly help to share your full procedures and step so that we can learn to use accordingly.
Thanks for the help on this.
October 24, 2022 at 10:09 am #11364
MikhailModeratorHello,
Sending emails successfully is described in this topic. -
This reply was modified 3 years, 1 month ago by
-
AuthorPosts
- You must be logged in to reply to this topic.