deveel / deveel.webhooks

A framework to enable the webhook management for the .NET stack
https://deveel.com
Apache License 2.0
9 stars 3 forks source link

Add support for MailJet Webhooks and Emails #38

Open tsutomi opened 1 year ago

tsutomi commented 1 year ago

The Deveel.Webhooks project currently does not support MailJet webhooks and emails. This issue is to add support for MailJet so that users of the project can receive and process incoming webhooks and emails from that provider in ASP.NET Core applications.

Tasks

Expected Outcome The Deveel.Webhooks project will have support for MailJet webhooks and emails, allowing users to receive and process incoming webhooks and emails from MailJet using the new Deveel.Webhooks.Receiver.MailJet package.

Difficulty - Easy