Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Confirm Email Workflow

Topic Labels: Formulas
Solved
Jump to Solution
1937 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Tim_Bourguignon
6 - Interface Innovator
6 - Interface Innovator

Hi everyone,

I’d like users to submit entries via an Airtable Form and confirm their email.

With Zapier, I can react to a new entry and send a confirmation email. Easy.

But how do I close the loop? What kind of link could the user click on, that would trigger a confirmation in the base?

Any creative idea?

Thanks,
Tim

1 Solution

Accepted Solutions
Tim_Bourguignon
6 - Interface Innovator
6 - Interface Innovator

Got it!

Zapier has a WebHook trigger. It gives you a link and you can give it a payload via query URL parameters. In fact, even though it says „success“, you HAVE to give a payload for it to actually trigger.

8AE9D8E4-37AD-4AB8-B198-34A663F80487.jpeg 2F164189-F399-488A-9499-C66424D089AC.jpeg

In my case when I call https://hooks.zapier.com/hooks/catch/uid1/uid2?email=tim@test (I removed the UIDs), my Zap get called with the payload „email = tim@test“.

I can then search for the email in the Airtable base and update the entry.

Win :slightly_smiling_face:

See Solution in Thread

1 Reply 1
Tim_Bourguignon
6 - Interface Innovator
6 - Interface Innovator

Got it!

Zapier has a WebHook trigger. It gives you a link and you can give it a payload via query URL parameters. In fact, even though it says „success“, you HAVE to give a payload for it to actually trigger.

8AE9D8E4-37AD-4AB8-B198-34A663F80487.jpeg 2F164189-F399-488A-9499-C66424D089AC.jpeg

In my case when I call https://hooks.zapier.com/hooks/catch/uid1/uid2?email=tim@test (I removed the UIDs), my Zap get called with the payload „email = tim@test“.

I can then search for the email in the Airtable base and update the entry.

Win :slightly_smiling_face: