Starter repository for a Kestra-oriented OfficeMaker integration.
- a lightweight OfficeMaker client in
src/officemaker-client.mjs - sample builders for Word, Excel, and PowerPoint payloads
- runnable local scripts in
scripts/ - a Kestra HTTP request flow starter in
kestra/flows/create-document-flow.yaml
npm run create:letter
npm run create:quote
npm run create:deckThis repo is designed for scheduled and orchestration-heavy workflows:
- a schedule or pipeline step prepares data
- a Kestra task posts
document_jsonto OfficeMaker - the output becomes a downstream artifact
- Turn the HTTP flow into a more polished Kestra plugin/task set.
- Add schema and preview steps.
- Add examples for scheduled reports and pipeline-driven briefings.