Skip to main content
Question

How do I add an "Unsubscribe Link" to my Zap email to remove subscribers from a Zapier table on click?

  • 14 May 2024
  • 3 replies
  • 41 views

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

 

 

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Userlevel 7
Badge +14

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

Userlevel 7
Badge +14

@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.