Sms
(Created page with "Need to send SMS from your system? There are many services offering rest calls to send your SMS. I have used this one: https://dashboard.nexmo.com/ - its now called Vonage -...") |
No edit summary |
||
Line 6: | Line 6: | ||
[[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]] - check the response and update a state machine. | Simply format the rest-request, then send with [[OCLOperators RestPost|RestPost]] - check the response and update a state machine. | ||
[[Category:Messaging]] |
Revision as of 08:07, 9 January 2023
This page was created by Hans.karlsen on 2022-02-27. Last edited by Stephanie on 2025-02-06.
Need to send SMS from your system?
There are many services offering rest calls to send your SMS.
I have used this one: https://dashboard.nexmo.com/ - its now called Vonage - but was called Nexmo.
Simply format the rest-request, then send with RestPost - check the response and update a state machine.