Sync markdown files from Google Drive to Confluence pages automatically

Go to Workflow
0 views
Built by Dereck Bearsong Dereck Bearsong
Created on June 15, 2026

Description

How it Works
Save a .md file to the folder set in the triggers. This workflow will check every hour, convert the md file to HTML, and create a confluence page for it. If the md file is updated or changed in the folder, the workflow will check for a matching page in Confluence and update it.

Setup Steps
Ensure you have an Oauth2 connection set up with access to the Google Drive API.
Point to the folder in 'File Created' / 'File Updated' triggers
Create a scoped API token for Confluence with the 'write:confluence-content' and 'write:content:confluence' scopes, then add it as a header auth for your HTTP request nodes
Add your Confluence Cloud ID to the URL in "Create Confluence Page", "Get Page ID", and "Update Confluence Page"

Nodes Used (2)

Google Drive
n8n-nodes-base.googleDrive
HTTP Request
n8n-nodes-base.httpRequest