packages/verae-activate is pushable with zapier-platform 19.1.0: local Add Numbers (number1+number2=sum) needs no hosted API. zapier-platform validate is clean (0 warnings). zappier POST /v1/add is a free metered endpoint for the optional hosted path. Tests: verae-activate 7/7, zappier 176/176, verae-zapier 5/5, middleware gate 1 11/11. Morning steps: docs/04-activate/SETUP-ZAPIER-DEVELOPER.md Learned: perform runs on Zapier cloud so arithmetic needs no public URL; CLI and zapier-platform-core majors must match; do not mix zapier-sdk. |
||
|---|---|---|
| .. | ||
| creates | ||
| searches | ||
| test | ||
| triggers | ||
| authentication.js | ||
| index.js | ||
| package.json | ||
| README.md | ||
verae-zapier
Zapier Platform CLI app for Verae. Phase 11 in ../TODO.md.
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 |
|---|---|
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