Sync YouTube playlist to Notion

I am new to automation. I have been trying to connect youtube playlist to notion. Is it possible and Is there someone who can walk me through?

Sure – what have you tried so far?

Here’s a simple example for you to try:

To install the scenario blueprint (JSON) I made follow these steps:

  1. Expand the “Scenario Blueprint” by clicking on the arrow
  2. Copy the blueprint text into your clipboard using the copy button in the top-right of the code block (you can also select the text manually)
  3. Paste the text into a new scenario.

Your new scenario will now have all the modules I used to simulate an attempt at a solution to your question. You may need to confirm the configuration or reselect connections of each imported module in the scenario.

Scenario Blueprint
{
    "subflows": [
        {
            "flow": [
                {
                    "id": 2,
                    "module": "youtube:watchVideosInAPlaylist",
                    "version": 4,
                    "metadata": {
                        "designer": {
                            "x": 0,
                            "y": 0,
                            "messages": [
                                {
                                    "category": "setup",
                                    "severity": "error",
                                    "message": "Value must not be empty."
                                }
                            ]
                        }
                    }
                },
                {
                    "id": 2,
                    "module": "notion:createAPage",
                    "version": 1,
                    "mapper": null,
                    "metadata": {
                        "designer": {
                            "x": 300,
                            "y": 0
                        }
                    }
                }
            ]
        }
    ],
    "metadata": {
        "version": 1
    }
}