Hi DynamicWeb,
I'm currently working on SMS setup in DW portal, but as I browse the documentation of our local provider they are using REST API using JSON fomat. Is that possible to integrate to DW? If so, how can I integrate that?
Thanks!
Hi DynamicWeb,
I'm currently working on SMS setup in DW portal, but as I browse the documentation of our local provider they are using REST API using JSON fomat. Is that possible to integrate to DW? If so, how can I integrate that?
Thanks!
Hi Suzette
That is currently not possible.
The system creates a text based email that is send to a sms gateway that handles the conversion.
You can hook into that process by creating a notification subscriber that listens to EmailNotifications.OnBeforeSmtpClientConfiguration, and check some of the properties on the message being delivered and 'hijack' the message and route it to the rest api.
Hi Nicolai,
Noted on this. Also I want to maximize the local provider's connection. They also have their email to SMS functionality, but they need some credentials from the sender. May I ask if this sms gateway can handle this connection?
No that is not possible. What you see in the documentation is what is possible...
Sorry about the inconvenience, Nicolai
You must be logged in to post in the forum