Run with one of two triggers

I have a workflow that will be run either when a notion page is added, or when a button (webhook) is clicked. It contacts some API and updates the page.

How can I add these two triggers, and then work with whichever one of them.

Each trigger has different field names. How can I “homogenize” that so the API node can use the data from whichever of the triggers?

I would suggest use set field to get the data field you need first from both trigger

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.