Mailjet + Slack
Mailjet Event notifications + Slack = ????
Hello, I find the Webhook feature very interesting. Unfortunately, the content of the JSON sent to an event (bounce, spam, etc) does not contain the fields required by the webhook provided by Slack.
Indeed, Slack requires at least one of the following fields: text / fallback / attachments. (documentation here: https://api.slack.com/messaging/webhooks#threads)
It would be very convenient to add this text field in the JSON currently sent by Mailjet.
Merci d'avance
-
Penman commented
I think Slack and teams are almost a standard right now and any of those platforms should have an ad-hoc integration from mailjet
-
AdminNicolas Garnier (Admin, Mailgun) commented
Hi Morgan,
Thanks for your suggestion. While I understand your need, the Webhook has a standard minimalistic format and we can't keep adding fields to make it compatible out of the box with all platforms (it's Slack in your case but it could be any other platform for other customers).
We don't plan to create a native integration with Slack at the time. One workaround is to create your own middleware that will receive the events and push them to Slack in the right format.