Test webhook trigger
Hello,
I'm setting up a Webhook in n8n (www.n8n.io) that is triggered in Sendy when someone unsubscribes.
I'm wondering how I can test the trigger getting activated? Can I just click unsubscribe on a user in the web interface? Will that activate the trigger?
Thanks,
Daniel
This discussion has been closed.
Comments
Hi,
That won't activate the trigger.
Send a campaign with an unsubscribe tag to a list with your test email inside. Click the unsubscribe link in the email you receive, that will trigger the webhook.
Another way is to write a script to call the
unsubscribe
API - https://sendy.co/apiThanks.
Best regards,
Ben