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?