Send an email with a link to accept or refuse for update database

Hello,

For a first automation from Notion or AirTable, I would like that as soon as an item is created, an email is sent to a person with 2 links.
1 link to accept the proposal and 1 link to refuse the proposal. I then update the line in the Notion or AirTable database to record the acceptance or refusal status before continuing the process.
How do I take this intermediate step?

Thank you for your help,
Julien

Welcome to the Make community!

You’ll need to create another scenario with a Custom Webhook module.

Then, use the query parameters with the webhook URL in your emails.

e.g.:

https://make.webhook.url/?userId=123&accept=true
https://make.webhook.url/?userId=123&accept=false

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!