Skip to main content

Hello,

 

One of my Zaps send an email to my subscribers every time I update a WordPress post.

 

I would like to add an ‘Unsubscribe Link’ that will remove the user from the Zapier Table once he clicks on it (so he won’t get any more notifications).

 

I tried to do it with a Webhook but couldn’t get the data I needed.

 

How do I remove a table record on a URL click?

 

Thank you

 

 

Hi @Eddie_test 

The Webhook URL would need to include a query string parameter that has the Table Record ID.

NOTE: You can’t control where a webhook url redirects when clicked, so that is not an ideal execution for an end user.


So what is the best way to achieve the task? How do I delete a table record on click?

Thank you


@Eddie_test 

Usually the user would be redirected to a landing page.

On the landing page, there could be a prefilled form for the user to submit.

Sort of like a double opt-out.