Skip to content

Test webhook trigger

edited January 2022 in Questions

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

Comments

  • Hi,

    Can I just click unsubscribe on a user in the web interface? Will that activate the trigger?

    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/api

    Thanks.

    Best regards,
    Ben

This discussion has been closed.