{
    "name": "Omni-Channel Content Engine (CreatorOpsMatrix)",
    "flow": [
        {
            "id": 1,
            "module": "notion:watchDatabaseItems",
            "version": 1,
            "parameters": {},
            "mapper": {},
            "metadata": {
                "designer": {
                    "x": 0,
                    "y": 0
                },
                "name": "Watch Notion Status: 'Ready to Publish'"
            }
        },
        {
            "id": 2,
            "module": "builtin:BasicRouter",
            "version": 1,
            "parameters": {},
            "mapper": {},
            "metadata": {
                "designer": {
                    "x": 300,
                    "y": 0
                }
            }
        },
        {
            "id": 3,
            "module": "linkedin:createOrganizationPost",
            "version": 1,
            "parameters": {},
            "mapper": {
                "text": "{{1.properties_value.Content}}"
            },
            "metadata": {
                "designer": {
                    "x": 600,
                    "y": -150
                },
                "name": "Publish to LinkedIn"
            }
        },
        {
            "id": 4,
            "module": "twitter:createPost",
            "version": 1,
            "parameters": {},
            "mapper": {
                "text": "{{1.properties_value.Content}}"
            },
            "metadata": {
                "designer": {
                    "x": 600,
                    "y": 150
                },
                "name": "Publish to X (Twitter)"
            }
        }
    ],
    "metadata": {
        "version": 1
    }
}