SMS Gateway in Kentico 8.1

Apun Sehgal asked on November 6, 2014 10:27

I need to integrate SMS API in kentico solution. I found a link : http://devnet.kentico.com/articles/sms-gateway-in-kentico-cms but it's for Kentico 5.5, Is there anything available for kentico 8.1 or should i use HTTP method from ClickaTell.

Recent Answers


Brenden Kehren answered on November 6, 2014 14:02 (last edited on November 6, 2014 14:02)

The code in the module will not work 100% as is because of the many API changes but the concept would work with 8.1, you would just need to know where to set the appropriate UI pieces up as well as the API changes from 5.5 -> 8.1.

0 votesVote for this answer Mark as a Correct answer

Charles Matvchuk answered on November 7, 2014 03:52

What are you trying to accomplish ? We are using full SMS Texting in a few ways, such as texting admins when the site is throwing errors, as well as sales staff as new orders come in. Finally we allow members/owners of groups to sms/text their group. We are actually developing a module that will allow text to come into a short code and then be sent via email to our Kentico system which will then be processed. Everything is done via API calls, a custom .dll and 3 web parts (custom .ascx).

If you layout what you are attempting, perhaps I could offer you some insight.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.