n8n Integration

n8n Generator
Configure your Mark2Doc integration
Demo Mode

Using demo API key: md2doc_1234567890abcdef

Google Drive folder ID

Use n8n expressions like {{$json.field}} for dynamic content

n8n Integration Demo

Copy the cURL command or n8n node configuration

Generated cURL Command
Use this command in n8n HTTP Request node or import from cURL
curl -X POST https://api.mark2docs.com/api/convert/markdown-to-doc \
  -H "Content-Type: application/json" \
  -H "X-API-Key: md2doc_1234567890abcdef" \
  -d '{
  "content": "# n8n Document\n**Auto-generated** from workflow.\n",
  "title": "n8n Document",
  "sendNotificationEmails": true
}'
n8n Node
Click to copy n8n node
Mark2Docs.com
POST: api.mark2docs.com...

How to use:

  1. Copy the node JSON
  2. Paste in n8n workflow
  3. Connect to your triggers
  4. Configure dynamic data mapping