Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/knetic0/dotnet-twilio-integration
- Owner: knetic0
- Created: 2024-04-07T16:07:54.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-06-27T07:25:43.000Z (6 months ago)
- Last Synced: 2024-06-27T08:43:56.190Z (6 months ago)
- Topics: dotnet, rest-api, restful-api, twilio, twilio-api, twilio-verify
- Language: C#
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
},
```