Developer forum

Forum » Ecommerce - Standard features » SMS setup
Suzette Cruz
Reply

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!


Replies

 
Nicolai Pedersen
Reply

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.

 
Suzette Cruz
Reply

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?

 

Email Sender: Client’s email address to be used should be registered and declared

Email Subject: Serve as the SenderID in the SMS. SenderID to be used should be registered and

declared.

Email Body: Serve as the Message in the SMS. Should be on plain/text format and limited to

1500 characters.

Attachment: Either csv or txt file that contains the list of MSISDN. 1 mobile number per line.
 
 
So what they wanted is to have an attachment for MSISDN either txt or csv format.  Is this format possible?
 
 
Thanks for the help!

 

 
Nicolai Pedersen
Reply

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