Email Bounced
event instead.
Create n8n Workspace
https://n8n.io
.In a workspace, click the +
to add a new new node.Create Webhook Node
HTTP Method
in the webhook to POST
.Copy the Test URL to put into EmailBison later.Create Slack Node
+
again.Search for “Slack”, click on it, then search for “Send a message”, click on it.On the Credential to connect with
input field, click Create new credential
, make sure it is on OAuth2
, click Connect my account
.Proceed with the Slack login, close the pop-up after it says Account Connected
.Fill out the input fields with the desired channel you want the updates sent to.Create EmailBison Webhook
Settings
-> Webhooks
-> New Webhook URL
.Give a name for your webhook and paste the n8n Test URL you copied earlier into the input field.Toggle on Contact Replied
and click Subscribe to webhooks
.Send a Test Event
Listen for test event
.Send a POST
HTTP request to the Test URL, with a JSON body containing the sample payload provided in the Sample Payload
link under Contact Replied
.This could be done with Postman, or any of your preferred methods for sending HTTP requests.Extract Data from Webhook
Message Text
field, switch it from fixed
to expression
.Drag and Drop the desired fields from the input
tab on the left hand side.Show example video
Test step
on the top of the page, you should receive a slack message with the details you chose.Switch to Production URL
Webhook URLs
, switch the button from Test URL
to Production URL
, copy this URL.Navigate to EmailBison -> Settings
-> Webhooks. Click edit on the Webhook you just created, replace the Webhook URL with the production URL you just copied.