Skip to main content
Best answer

How to make sure a Zap is run as soon as I tick a checkbox in my Notion Database

  • January 3, 2024
  • 2 replies
  • 317 views

Hi, I’m recording on a database on Notion all of the information about the candidates that are currently in the process for some open job positions at my company. Among other details, in each line you have the name, email address, the position the candidate is applying to and the stage of their application (Interview, Screen, Hired, No).

I added a property to the database called ‘Rejection Email’ which is in the form of a checkbox. My plan was to build a Zap automation that is triggered when the checkbox is ticked and that sends an automatic rejection email to the candidate picking up his email address from the same line. 

To do this I built this zap (see in picture)

 

 

As filters I put: 

  • Rejection Email is true
  • Stage exactly matches ‘No’ 

The second property was added as a measure of safety (I don’t want to run the risk of accidentally ticking the checkbox and then sending a rejection email to the wrong candidate)


I did a test which worked just fine, however when I publish the zap and then check the boxes on the database there are no emails being sent out. 

If I open the Zap from the main menu and click on ‘Run Zap’ as in the image here below then the Zap works and the emails are correctly sent out. However, my goal is to have these emails sent out automatically as soon as the Rejection Email checkbox is ticked (a short delay is acceptable) and not having to open Zapier and do it everytime. 

 

How can I do this?

 

Thanks a lot!

 

 









 

Best answer by Troy Tessalone

Hi @PelikanPietro 

Notion triggers are scheduled, meaning those can take from 1-15 minutes to fire depending on your Zapier plan.

Help about trigger types: https://help.zapier.com/hc/en-us/articles/8496244568589-Types-of-triggers-in-Zaps

 

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

2 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • Answer
  • January 3, 2024

Hi @PelikanPietro 

Notion triggers are scheduled, meaning those can take from 1-15 minutes to fire depending on your Zapier plan.

Help about trigger types: https://help.zapier.com/hc/en-us/articles/8496244568589-Types-of-triggers-in-Zaps

 


Ryan.Detzel
  • Zapier Staff
  • April 5, 2024

I’ve been exploring this more and now with the Retrieve page custom action we can trigger directly from Notion using webhooks.

This is what the Zap looks like, rather basic but that actions could be much more complicated.

 

Then on Notion, you can add a formula property that triggers the Zap webhook.

The formula looks l ike

link("Zap", "ZAP_WEBHOOK_URL/?id=" + id())!-->

This will send the id of the page(row) to the zap. The Zap then gets the full page by id and you can do what ever action you want. You could have 1+ of these properties all triggering different actions. For the OP use case they could have a property “Reject” that calls their certain Zap when pushed.