Тёмный

How to Send and Receive SMS Messages Using C# and ASP.NET 

Twilio
Подписаться 80 тыс.
Просмотров 112 тыс.
50% 1

Find the code at:
Send SMS in C#: www.twilio.com/docs/sms/tutor...
Respond to SMS in C#: www.twilio.com/docs/sms/tutor...
Please refer to the following documentation for information on Twilio phone numbers:
www.twilio.com/docs/usage/tut...
For information on US 10-digit long code (10DLC) numbers, read our updates on regulatory compliance here: support.twilio.com/hc/en-us/a...

Наука

Опубликовано:

 

24 апр 2017

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 71   
@hamradiocq
@hamradiocq 7 лет назад
That video tutorial was amazingly good, concise and working. The only parts left out were probably the calling pages that call these functions, but that's ok.
@M4RKEDYT
@M4RKEDYT 5 лет назад
More API's need to make good step by step tutorials like this. Very good video.
@FortyTwoAnswerToEverything
@FortyTwoAnswerToEverything 7 лет назад
Is it necessary to get a new phone number if I only want to send outbound (for example, sending a code so the user can input it into my web app for authentication purposes, or two-factor)?
@gabrielbarrett9784
@gabrielbarrett9784 3 года назад
Incredible video! Two questions, What is an alternative add-in for Ngrok Extensions? The one demo'd isn't in the library. How do you support multiple phone numbers to send to?
@miguelm5740
@miguelm5740 6 лет назад
thanks for video, how to receive and store a sms in visual studio C#? Is it possible to do a more efficient data pull for new SMS messages using c# only, i need store sms in sql database
@niranjanhiremath5572
@niranjanhiremath5572 5 лет назад
Can you please tell that how to display the received SMS on windows form
@jobgetabu5892
@jobgetabu5892 6 лет назад
Need the same for winforms or WPF
@murtazanaveed9396
@murtazanaveed9396 5 лет назад
I live in a country which is not showing in your list where we can buy numbers. So I can not test the receive SMS option, as the numbers only allows domestic SMS. Is there a way or workaround I can test this.
@asmakash467
@asmakash467 6 лет назад
Is the same code and same process for C# windows form application?
@wanderlust2322
@wanderlust2322 6 лет назад
How to read the content of an SMS send from a third party to my twilio phone number?
@FortyTwoAnswerToEverything
@FortyTwoAnswerToEverything 7 лет назад
How is pricing compared to Clickatell?
@sunilkumar-qk9zn
@sunilkumar-qk9zn 4 года назад
how to implement this sms service in visual studio 2010
@anubhavsrivastava6624
@anubhavsrivastava6624 4 года назад
can i use it with webform also?? if yes then how??
@linuxpingu2280
@linuxpingu2280 4 года назад
Hello! I have a question Is the format for the phone numbers is A) +(AreaCode)[PHONENUMBER] B) +[AreaCode+PhoneNumber] ?
@kriselgonzales5722
@kriselgonzales5722 6 лет назад
Can i have the link for mms?
@zeeshanghause_mrbeastfan
@zeeshanghause_mrbeastfan 5 лет назад
i successfully send the sms but not receiving the sms from my mobile phone but all configuration is working fine would you please please sir it will be great favor
@zamannistunt2788
@zamannistunt2788 4 года назад
Does this work in Nigeria
@alejandropizana7788
@alejandropizana7788 3 года назад
How can i receive media with C # and whatsapp, the C # demo does not work no receive media messages. For text it works perfect but not for whatsapp.
@vhcxhbvg
@vhcxhbvg 4 года назад
1:18 When I created the first empty controller I don't have the gray 'using System' or any of that. It just shows 'Imports System.Web.Mvc' then Namespace Controllers. I'm assuming they're just hidden, is there a way to show them?
@Xtacy072000
@Xtacy072000 4 года назад
In think your solution is in VB not in C#
@techdrug3265
@techdrug3265 5 лет назад
Like for teaching me about Ngrok
4 года назад
copy paste c#?
@prasanthikota6631
@prasanthikota6631 5 лет назад
How to know the message to the our application which was send by the user from twilio ?
@twilio
@twilio 5 лет назад
Hi, thanks for watching! The text in the message will be available as a parameter on the request made by Twilio. The name of the parameter is “Body”.
@androidsavior
@androidsavior 6 лет назад
Does this sms service work world wide ? Does it work in Saudi Arabia ?
@ahmedarafa511
@ahmedarafa511 5 лет назад
Yes
@769270865
@769270865 5 лет назад
Can you do this without including MVC ?
@twilio
@twilio 5 лет назад
Sure thing! You can send using anything (even a console app will work just fine) but for receiving you’ll need to be able to handle an incoming POST request.
@miguelm5740
@miguelm5740 6 лет назад
I did the following steps: Install-Package Twilio and Install-Package Twilio.AspNet.Mvc they are installed correctly, but TwilioClient.Init (accountSid, authToken) is not recognized, I'm using visual studio 2015,can you help me?
@miguelm5740
@miguelm5740 6 лет назад
Microsoft Visual Studio Ultimate 2013 Version 12.0.40629.00 Update 5 Microsoft .NET Framework Version 4.7.02053 Installed Version: Ultimate, iam using c# the installation NuGet packages ends ok.
@miguelm5740
@miguelm5740 6 лет назад
Thanks is already resolved ;)
@rajanoman4243
@rajanoman4243 5 лет назад
username cannot be null error while sending sms ..how I can fix this ?
@aaronlilly84
@aaronlilly84 5 лет назад
in web config do you have this with the correct information put in?
@santhoshboorugu8080
@santhoshboorugu8080 5 лет назад
Do we have any chance to create live chat with mobile numbers & to integrate in our web application using twilio?
@twilio
@twilio 5 лет назад
Do you want to be able to respond to incoming text messages from a web chat interface?
@abdullahghadawi6847
@abdullahghadawi6847 4 года назад
@@twilio yes
@osanshaon4366
@osanshaon4366 7 лет назад
Twilio.Exceptions.AuthenticationException: Username can not be null I am getting this error..Help Please
@ironchorchyo9990
@ironchorchyo9990 6 лет назад
try using this... it worked for me const string accountSid = "your account sid"; const string authToken = "your account token";
@liezeeel_joy1681
@liezeeel_joy1681 6 лет назад
Twilio.Exceptions.AuthenticationException: Username can not be null how to fix this?
@ironchorchyo9990
@ironchorchyo9990 6 лет назад
try using this... it worked for me const string accountSid = "your account sid"; const string authToken = "your account token";
@mohammadzubair1004
@mohammadzubair1004 6 лет назад
I have same problem and still not fixed.
@erickbenitez6956
@erickbenitez6956 Год назад
the process change now? I did the same at the video but I cannot send message to my twilio number. Can you help me please?
@wuwoodoo6935
@wuwoodoo6935 Год назад
me too
@IanOliveiraTI
@IanOliveiraTI 5 лет назад
Do you guys know how to get the message that the user send ?
@twilio
@twilio 5 лет назад
It’s passed in the request from Twilio in the parameters as Body.
@wuwoodoo6935
@wuwoodoo6935 Год назад
receive message ??? how to get the receive message content ??????
@TheDracoL
@TheDracoL 4 года назад
Great video, Does it work in Latin America?
@twilio
@twilio 4 года назад
Yes, which country are you looking to use this in?
@TheDracoL
@TheDracoL 4 года назад
@@twilio Venezuela
@marlorb23
@marlorb23 5 лет назад
How do you send same text message to 100 phone numbers?
@twilio
@twilio 5 лет назад
How to Send Bulk SMS Using Twilio Notify ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-EMOYY58jyKk.html
@NoName-be8ug
@NoName-be8ug 5 лет назад
This is Fuking annoying to use this code. I have tried 20 times to send the SMS with the code you have shown in the video and from the documentation provided in the website. nothing works. u have any suggestion how to do or you can shut down your company if this way you gonna do the customer support. this is no point to connect to customer support. Even you can't do follow up if you are in trial account. So now what the plan?
@ramchandervem6926
@ramchandervem6926 4 года назад
Giving exceptions as Update Required
@ramchandervem6926
@ramchandervem6926 4 года назад
Sorry Upgrade required
@johnpelitidis6297
@johnpelitidis6297 Год назад
Brilliant
@AbdullahAlSalem_abood
@AbdullahAlSalem_abood 6 лет назад
How to get TWILIO_ACCOUNT_SID and TWILIO_AUTH_TOKEN?!
@twilio
@twilio 6 лет назад
They are available in your Twilio account at twilio.com/console
@androidsavior
@androidsavior 6 лет назад
Does this sms service work world wide ? Does it work in Saudi Arabia ?
@CAPJannyProductions
@CAPJannyProductions 4 года назад
Bro is this Limited?
@twilio
@twilio 4 года назад
Pay as you go. twilio.com/sms/pricing
@polyglotdevcalebyang
@polyglotdevcalebyang 5 лет назад
Twilio.Exceptions.AuthenticationException: 'Username can not be null. This is the error I get while trying to run the sms/sendsms. Does anyone know what is the problem? How do I instantiate a null username?
@polyglotdevcalebyang
@polyglotdevcalebyang 5 лет назад
The username cannot be null. Does anyone know how to rectify this error?
@ramzes5710
@ramzes5710 3 года назад
How did you fix it?
@polyglotdevcalebyang
@polyglotdevcalebyang 3 года назад
@@ramzes5710 I have not fixed it because that application is active. I guess you have to set the username object with a getter and setter method.
@anass9487
@anass9487 4 года назад
A. mazing !
@twilio
@twilio 4 года назад
Glad we could help! Let me know if there’s any other videos you’d like to see.
@skatenation134
@skatenation134 4 года назад
@@twilio Could you extend this video and demonstrate how to take body message from a user input
@aaronlilly84
@aaronlilly84 5 лет назад
Webconfig file:
Далее
Brutally honest advice for new .NET Web Developers
7:19
Sending your first message with Twilio
14:02
Просмотров 55 тыс.
How to Send a SMS Message in C# | Visual Studio 2019
10:48
Text Messaging With Twilio C#
14:00
Просмотров 4,6 тыс.
What is Twilio?
1:51
Просмотров 6 млн