Skip to content

TimSavigar/officemaker-kestra-plugin-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OfficeMaker Kestra Plugin Example

Starter repository for a Kestra-oriented OfficeMaker integration.

What is included

  • 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

Quick start

npm run create:letter
npm run create:quote
npm run create:deck

First platform story

This repo is designed for scheduled and orchestration-heavy workflows:

  • a schedule or pipeline step prepares data
  • a Kestra task posts document_json to OfficeMaker
  • the output becomes a downstream artifact

Next build steps

  1. Turn the HTTP flow into a more polished Kestra plugin/task set.
  2. Add schema and preview steps.
  3. Add examples for scheduled reports and pipeline-driven briefings.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors