sending out SMS message

oly 66 Reputation points
2021-04-08T04:03:23.677+00:00

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://learn.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

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,481 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,909 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Yijing Sun-MSFT 7,081 Reputation points
    2021-04-09T05:29:53.47+00:00

    Hi @oly ,
    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

    1 person found this answer helpful.
    0 comments No comments

  2. Moataz ElQadi 1 Reputation point
    2021-04-08T05:15:26.947+00:00

    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

    0 comments No comments

  3. oly 66 Reputation points
    2021-04-08T16:45:28.243+00:00

    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.

    0 comments No comments

  4. manish verma 441 Reputation points
    2021-06-01T07:59:05.317+00:00

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

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.