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

Add support for MailJet Webhooks and Emails #38

Open
tsutomi opened this issue Apr 30, 2023 · 0 comments
Open

Add support for MailJet Webhooks and Emails #38

tsutomi opened this issue Apr 30, 2023 · 0 comments
Assignees
Labels
good first issue Good for newcomers mailjet Issues related to the MailJet Webhook and Emails receiver receiver Issue related to the receiving capability

Comments

@tsutomi
Copy link
Member

tsutomi commented Apr 30, 2023

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

  • Implement a new package Deveel.Webhooks.Receiver.MailJet with middleware components to handle incoming webhooks and emails from MailJet.
  • Write a parser for MailJet webhook events and a handler to process them. See the MailJet documentation on webhooks for more information on the event format.
  • Write a parser for MailJet email events and a handler to process them. See the MailJet documentation on emails for more information on the email event format.
  • Update the documentation to include examples and instructions for how to use the new MailJet package.

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

@tsutomi tsutomi added good first issue Good for newcomers mailjet Issues related to the MailJet Webhook and Emails receiver receiver Issue related to the receiving capability labels Apr 30, 2023
@tsutomi tsutomi self-assigned this May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers mailjet Issues related to the MailJet Webhook and Emails receiver receiver Issue related to the receiving capability
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant