Starter repository for an n8n integration that targets the public OfficeMaker free API at https://free.officemaker.ai.
- a tiny OfficeMaker client in
src/officemaker-client.mjs - sample document builders for:
- AI-generated letters
- custom quotes
- briefing decks
- runnable scripts in
scripts/ - an importable
n8nHTTP workflow inn8n/workflows/create-ai-letter.json
npm run create:letter
npm run create:quote
npm run create:deckOptional base URL override:
OFFICEMAKER_BASE_URL=https://free.officemaker.ai npm run create:letterThis repo is a starter project, not a published n8n community node yet. It is intended to prove the first OfficeMaker action surface:
- create Word document
- create Excel workbook
- create PowerPoint deck
- later: schema lookup and preview generation
- Wrap the create calls in a real
n8nnode package. - Add credentials handling and typed parameter fields.
- Publish a polished community node once the request/response surface is stable.