verae-zapier¶
Zapier Platform CLI app for Verae. Runs on Zapier’s servers. Calls only middleware HTTPS (MIDDLEWARE_BASE_URL), never NATS and never api.veraetime.net.
Forgejo: https://git.georgelambert.org/marchon/verae-zapier-app
Catalog: https://zapier.georgelambert.org/packages/verae-zapier/README.pdf
Sphinx API sheets: https://zapier.georgelambert.org/sphinx/index.html
Role¶
Runs on Zapier’s servers. Calls only the middleware HTTPS API (MIDDLEWARE_BASE_URL), never NATS and never api.veraetime.net directly.
Planned modules¶
File |
Purpose |
|---|---|
|
Custom API key auth → |
|
App definition, beforeRequest, afterResponse error mapping |
|
Primary action |
|
Async jobId action |
|
Verify certificate |
|
Batch create |
|
Lookup by jobId |
|
REST Hook |
I/O contracts: https://zapier.georgelambert.org/docs/developer/modules/function-reference.pdf
Env¶
export MIDDLEWARE_BASE_URL=https://your-middleware.example.com
Gate¶
npm run gate:11 # from monorepo root, after Phase 11 implementation