Issue Summary
SendGrid has an Event Webhook which posts events related to your email activity to a URL of your choice. We want to have an easily deployable solution that allows for customers to easiy get up and running processing (parse and save) their event webhooks.
Acceptance Criteria
- A folder which contains a Dockerized solution
- Example documentation on how to deploy locally and start processing events
- Example documentation on how to deploy on at least one cloud service and start processing events
- An example complete payload with a test to verify the data is parsed properly
Issue Summary
SendGrid has an Event Webhook which posts events related to your email activity to a URL of your choice. We want to have an easily deployable solution that allows for customers to easiy get up and running processing (parse and save) their event webhooks.
Acceptance Criteria