Today (May 13, 2021) Notion has launched their Zapier integration so I could not resist and I made my first zap!
I think it's one of the most popular use cases: when a meeting is created in Notion, create the corresponding invite in Gcal, inviting the relevant people! So you can plan your meetings without ever leaving Notion ☺️
Setting up will take 10-30 minutes according to your Notion setup and how familiar you are with Zapier. You'll need:
A Meetings database (Notion Table), any view works, with the following property fields (you can add more, but those are essentials)
Name
property)Date
, with start and end timePeople
field, or an email
field)My meetings database looks like this
A valid Notion API token for the integration (instructions here)
Share
button (instructions here)A Zapier account
<aside> ⬇️ Pro tip
</aside>
Note that the current Zapier integration does not support fields that are relation
to other databases. This was a problem for me as my meetings are mostly with people outside of Notion, and I grab their emails with a nice rollup
from my contacts database. There is a workaround: creating a new formula
field that formats your rollup filed (in my case it's called "grab email") into a string:
format(prop("grab email"))
<aside> 🌈 The good news: if you change the property names in Notion for any reason, the zap will still work! And the kind folks at Zapier told me they are working on enabling relation fields! 🙌
</aside>
I'm looking for ideas for future Zaps! Add yours ⬇️
https://tally.so/embed/3j6PJ3?hideTitle=1&transparentBackground=1