To enable Twilio to make the initial request that fires off our string of events, we need to set up the webhook. You will then see an output similar to below.Ĭopy the public facing URL which should be along the lines of. Use the following command to create the solution and its containing folder, which we will call TextToEmail NET Core SDK, as a starting point.įrom the command line, navigate to the location you wish to create the new application. We are going to use the WebApi template project that comes with the. It's separate from this blog post tutorial but will give you a full run down of many APIs at once. NET Core application then checkout this free 5-part video series I created. If you would like to see a full integration of Twilio APIs in a.
To get started with this project you will need the following: NET Core 2.2 we will build an app that receives an SMS, takes the from number and the message body and send out an email using Twilio SendGrid. An apt business use for both Twilio SMS and Twilio Sendgrid would be for customer enquiries on a website.