question

oly-5173 avatar image
0 Votes"
oly-5173 asked manishverma-7371 answered

sending out SMS message

Hello experts;

I have a read a few response from the forum in regards to creating an application to send out an SMS text message but I couldn't find a good answer.

Hence, I would like to create an application that will be able to send out an SMS message to a phone number. here are my questions below

i) Do Azure Communications provide an API for that, if so, is it found at the following location

https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-twilio?tabs=csharp-script

ii) are there other options available

iii) how does one go about creating such an app. Thanks for your help in advance

dotnet-csharpdotnet-aspnet-general
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

MoatazElQadi avatar image
0 Votes"
MoatazElQadi answered

Hi,

You can send sms messages using Azure notification hubs (https://azure.microsoft.com/en-us/services/notification-hubs/)

You can find dotnet code samples here (https://github.com/Azure/azure-notificationhubs-dotnet/tree/main/Samples)

I hope that helps.


Moataz

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

oly-5173 avatar image
0 Votes"
oly-5173 answered

Not exactly, I am building a web application in C#, can you please explain to me how one goes about sending an sms message in the application. Are there any available webservices that can be used or TCP API/code that can used integrated with the HTTP protocols.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

YijingSun-MSFT avatar image
1 Vote"
YijingSun-MSFT answered

Hi @oly-5173,
As far as I think,I suggest you could use Twilio to send SMS messages from your .NET Framework application.
More details,you could refer to below article:
https://www.twilio.com/docs/sms/tutorials/how-to-send-sms-messages-csharp#sign-up-for-or-log-in-to-your-twilio-account


If the answer is helpful, please click "Accept Answer" and upvote it.

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best regards,
Yijing Sun

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

manishverma-7371 avatar image
0 Votes"
manishverma-7371 answered

what is option available to send SMS worldwide users and service should be low cost

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.