master-zapier-plan-draft/packages/verae-zapier
George Lambert 392fe7bb15
Some checks are pending
offline / test (push) Waiting to run
Refresh docs-master with Forgejo URLs and NATS.md for every module
HTTPS-only packages (zappier, activate, zapier-app) now state they do
not subscribe to NATS. Catalog build copies docs-master onto the site.
2026-09-11 12:38:55 -04:00
..
creates Milestone 1: Add Numbers Zapier app, /v1/add, developer setup guide 2026-09-09 02:41:34 -04:00
searches Milestone 3: NATS wait (gate 9), hash lookup, zappier timestamp, NS1 tunnel 2026-09-09 02:54:02 -04:00
test Milestone 3: NATS wait (gate 9), hash lookup, zappier timestamp, NS1 tunnel 2026-09-09 02:54:02 -04:00
triggers Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
authentication.js Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
index.js Milestone 3: NATS wait (gate 9), hash lookup, zappier timestamp, NS1 tunnel 2026-09-09 02:54:02 -04:00
NATS.md Refresh docs-master with Forgejo URLs and NATS.md for every module 2026-09-11 12:38:55 -04:00
package.json Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
README.md Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
SUMMARY.md Split NATS modules: splitter, WORM bloom archive, aggregator, docs-master 2026-09-11 12:33:40 -04:00

verae-zapier

Zapier Platform CLI app for Verae. Phase 11 in ../TODO.md.

Role

Runs on Zapiers servers. Calls only the middleware HTTPS API (MIDDLEWARE_BASE_URL), never NATS and never api.veraetime.net directly.

Planned modules

File Purpose
authentication.js Custom API key auth → GET /zapier/v1/auth/me
index.js App definition, beforeRequest, afterResponse error mapping
creates/timestamp_and_wait.js Primary action
creates/create_timestamp.js Async jobId action
creates/verify_timestamp.js Verify certificate
creates/batch_timestamp.js Batch create
searches/job_status.js Lookup by jobId
triggers/timestamp_completed.js REST Hook

See ../docs/developer/modules/function-reference.md for I/O contracts.

Env

export MIDDLEWARE_BASE_URL=https://your-middleware.example.com

Gate

npm run gate:11   # from monorepo root, after Phase 11 implementation