Currently, EmailBison webhooks don’t send raw event data directly to a Slack webhook URL. Instead, our webhooks send structured data that you can route and format using tools like Zapier, n8n, or Make.
If you're testing and the Slack webhook isn't receiving anything, that's expected, Slack requires a very specific payload structure.
You’ll need to map the data into Slack's format using a tool like Zapier or n8n
Here’s our guide for setting up Slack messages using n8n.
We’ve designed our webhooks to include rich, detailed data so you can send events anywhere, however, the final formatting and mapping step is left up to you. That way, you have full control.
A native Slack integration is on our roadmap, but for now, external tools are the best way to route messages to Slack channels.