Starter repository for a Make integration that calls the public OfficeMaker free API at https://free.officemaker.ai.
- a lightweight OfficeMaker client in
src/officemaker-client.mjs - sample document builders for Word, Excel, and PowerPoint
- runnable local scripts in
scripts/ - a Make HTTP module starter payload in
make/http/create-document-request.json
npm run create:letter
npm run create:quote
npm run create:deckThis repo is intended to prove the first Make story:
- take structured workflow data
- build
document_json - send it to OfficeMaker with snake_case POST fields
- return a downloadable Office file
- Turn the HTTP template into a polished Make app/module definition.
- Add schema-aware payload builders for richer documents.
- Add example scenarios for AI-generated letters and custom quotes.