What changes did you make and why did you make them?
Completes refactor for chat -> messaging service. We're replacing Crisp messaging automated emails with our own mailchimp emails. This PR adds the crisp api integration, new CHAT_MESSAGE_RECEIVED event logs in our EventLogger repository, and triggers mailchimp emails using mailchimp events.
What changes did you make and why did you make them?
Completes refactor for chat -> messaging service. We're replacing Crisp messaging automated emails with our own mailchimp emails. This PR adds the crisp api integration, new
CHAT_MESSAGE_RECEIVED
event logs in ourEventLogger
repository, and triggers mailchimp emails using mailchimp events.