How to Understand and Implement Notion.so Workflow in Pipedream for a Beginner?

The app name to use in props for the Notion.so API is "notion". Here’s an example of how you would define it in a Pipedream component: ```
export default defineComponent({ props: { notion: { type: “app”, app: “notion”, }, } // the rest of the component … })