Sms
No edit summary |
No edit summary |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
Need to send SMS from your system? | <message>Write the content here to display this box</message> | ||
Need to send an SMS from your system? | |||
There are many services offering rest calls to send your SMS. | There are many services offering rest calls to send your SMS. | ||
I have used this one: https://dashboard.nexmo.com/ | I have used this one: https://dashboard.nexmo.com/. It is now called Vonage - but was called Nexmo. | ||
[[File:2022-02-27 18h33 21.png|none|thumb|667x667px]] | [[File:2022-02-27 18h33 21.png|none|thumb|667x667px]] | ||
Simply format the rest-request, then send with [[OCLOperators RestPost|RestPost]] | Simply format the rest-request, then send it with [[Documentation:OCLOperators RestPost|RestPost]]. Check the response and update a state machine. | ||
[[Category: | [[Category:Rest]] | ||
{{Edited|July|12|2025}} |
Latest revision as of 05:57, 6 February 2025
This page was created by Hans.karlsen on 2022-02-27. Last edited by Stephanie on 2025-02-06.
Need to send an SMS from your system?
There are many services offering rest calls to send your SMS.
I have used this one: https://dashboard.nexmo.com/. It is now called Vonage - but was called Nexmo.
Simply format the rest-request, then send it with RestPost. Check the response and update a state machine.