Make.com Integration

Make.com Generator
Configure your Mark2Doc integration
Demo API Key

md2doc_1234567890abcdef

Google Drive folder ID

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

Ready to get started?

Get your real API key and start automating your workflows today.

Make.com Integration

Copy the cURL command or Make.com HTTP module configuration

Make Module
Click to copy Make.com HTTP module configuration
Mark2Docs.com
POST: api.mark2docs.com...

How to use:

  1. Copy the module JSON
  2. Paste in Make.com scenario
  3. Connect to your triggers
  4. Configure dynamic data mapping
Generated cURL Command
Use this command in Make.com HTTP Request module 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": "# Make.com Document\n**Auto-generated** from Make scenario.\n",
  "title": "Make.com Document",
  "sendNotificationEmails": true
}'