Starter repository for Pipedream actions that call the public OfficeMaker free API at https://free.officemaker.ai.
- a lightweight OfficeMaker client in
src/officemaker-client.mjs - sample builders for Word, Excel, and PowerPoint payloads
- runnable local scripts in
scripts/ - a starter Pipedream action in
pipedream/actions/create-document.mjs
npm run create:letter
npm run create:quote
npm run create:deckThis repo is aimed at code-first and event-driven scenarios:
- webhook or event arrives
- a workflow builds
document_json - OfficeMaker returns a downloadable file
- Split the single starter action into separate Word, Excel, and PowerPoint actions if needed.
- Add schema lookup helpers for safer payload construction.
- Add end-to-end event source examples.