How to send SMS alerts from BizTalk Orchestration

Home Page Forums BizTalk 2004 – BizTalk 2010 How to send SMS alerts from BizTalk Orchestration

Viewing 2 reply threads
  • Author
    Posts
    • #18890

      Hi All, 
       
      I have a requirement to send email and sms alerts on receiving a message 
       
      from ReceivePort in my Orchestration. Please let me know how can i send SMS 
       
      messages from my orchestration? Do i need to write/download any custom 
       
      adapter? OR do i need to code a .net component for SMS messaging and call 
       
      that dll in my orchestration? 
       
      Please let me know how to send SMS alert from BizTalk Orchestration. 
       
      Thanks in Advance 
       
      Regards  
       
      Muralidhar

    • #18891

      SMS adopter is not provided in BizTalk. So, you have two
      choices

      Either write your own .Net Code and call it or Use customer
      adopter for SMS.

    • #18893

      Muralidhar, There’s nothing built into BizTalk for this. You could certainly look around for a .NET component that can be used for this, or another option would be to look at /n Software’s SMPP adapter (see http://nsoftware.com/products/biztalk/adapters/sms.aspx) and use that to connect to the SMS gateway of your choice…

Viewing 2 reply threads
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.