Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move webhook code to library #1132

Open
mausch opened this issue Sep 16, 2021 · 3 comments
Open

Move webhook code to library #1132

mausch opened this issue Sep 16, 2021 · 3 comments
Labels
status: help wanted requesting help from the community type: community enhancement feature request not on Twilio's roadmap

Comments

@mausch
Copy link

mausch commented Sep 16, 2021

I see there are webhook event types and deserialization code in https://github.com/sendgrid/sendgrid-csharp/tree/e66855a48e17c99fb8c7b06b58e96c62525fc303/examples/eventwebhook/consumer/Src/EventWebhook .

This would be more useful if it was a part of the nuget package.

@Jericho
Copy link

Jericho commented Sep 16, 2021

If you are looking for a library that has a built-in parser for events as well as inbound-emails, may I suggest StrongGrid (disclaimer: I'm the author of this library).

@shwetha-manvinkurke
Copy link
Contributor

This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog.

@shwetha-manvinkurke shwetha-manvinkurke added status: help wanted requesting help from the community type: community enhancement feature request not on Twilio's roadmap labels Sep 21, 2021
@enjoau
Copy link

enjoau commented Sep 22, 2021

For what it's worth, I use the StrongGrid library from @Jericho in my .NET Core Webhook app and it rocks.

The Webhook Event parser makes life so much easier than deserializing the JSON yourself. One line of code. Awesome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: help wanted requesting help from the community type: community enhancement feature request not on Twilio's roadmap
Projects
None yet
Development

No branches or pull requests

4 participants