twilio-aspnet icon indicating copy to clipboard operation
twilio-aspnet copied to clipboard

Integrate Twilio Programmable Messaging and Voice with ASP.NET Respond to webhooks with TwiML in seconds

Results 13 twilio-aspnet issues
Sort by recently updated
recently updated
newest added
trafficstars

This commit introduces the `NumSegments` field to the `SmsRequest` class. NumSegments field is missing **Contributing to Twilio** > All third-party contributors acknowledge that any contributions they provide will be made...

It seems that `VoiceRequest` lacks answered by information. Or can it be found elsewhere?

I have followed the example to receive a response from an SMS using ASP.Net I have ngrok installed and working. My Console has been updated with URL from ngrok with...

Thanks to how the function app runtime is setup, and the use of .net 7 logging packages in twilio-asp.net v8.0, it is no longer compatible with the azure function v4...

Would be great to extend `SmsRequest` class wrapping the Twilio POST webhook request for incoming MMS with the property bound to media files collection. Now to retrieve the media files...

Recently, the default value for `AllowLocal` has been changed from `true` to `false`. This was because `AllowLocal` makes the request validation vulnerable to Server-Side Request Forgery. Maybe it makes more...

With the new `TwiML.ToXDocument()` method ([PR](https://github.com/twilio/twilio-csharp/pull/649)) from the Twilio C# helper library, we can now avoid serializing the XML to a big string before writing it to the response body....

Bumps System.Text.Json from 7.0.2 to 8.0.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Text.Json&package-manager=nuget&previous-version=7.0.2&new-version=8.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

This PR was automatically created by Snyk using the credentials of a real user.![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 2 vulnerabilities in the nuget dependencies of this...

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies
github_actions