|
Home > Archive > BizTalk Server Orchestration > July 2005 > How to send SMS alerts from BizTalk Orchestration?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to send SMS alerts from BizTalk Orchestration?
|
|
| Lakshmi Murthy 2005-07-13, 7:53 am |
| Hi,
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
Lakshmi
http://techsavygal.blogspot.com
| |
|
| Do you currently have a way of sending SMS?
If no then you need an SMS Gateway product emails and the provider will
convert then to SMS.
If you do not want to invest in a gateway you can use a provider that will
expose an email address that you will be able to send
You can either write a custom adapter that will sent the SMS or create a
custom assembly (.NET) that will be called in the orchestration.
On the email matter you can either use the existing smtp adapter or write a
3liner in an assembly and call that assembly from the orchestration. I
faced some issues when I wanted to send Emails with html content so I
implemented my own sendhtmemail in C# that was called from an orchestration.
Regards,
Angelo
"Lakshmi Murthy" <LakshmiMurthy@discussions.microsoft.com> wrote in message
news:5BC8FC78-3705-476F-91B3-64ED439FB365@microsoft.com...
> Hi,
>
> 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
> Lakshmi
> http://techsavygal.blogspot.com
|
|
|
|
|