Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/knetic0/dotnet-twilio-integration

🚀 Twilio Verification Service and .NET Restful API Integration.
https://github.com/knetic0/dotnet-twilio-integration

dotnet rest-api restful-api twilio twilio-api twilio-verify

Last synced: about 1 month ago
JSON representation

🚀 Twilio Verification Service and .NET Restful API Integration.

Awesome Lists containing this project

README

        

# Twilio .NET Integration

> You should replace ``, ``, and `` with your own Twilio account information. These values should be your Twilio account's authentication key, account SID, and verification service SID, respectively.

```
"TwilioSettings": {
"AuthenticationKey": "",
"AccountSid": "",
"VerificationServiceSid": "",
"VerifyChannel": "sms"
},
```