Initial import of zapier-docs-master from zapier monorepo
This commit is contained in:
commit
4e13eda3d5
31 changed files with 482 additions and 0 deletions
10
modules/verae-activate/NATS.md
Normal file
10
modules/verae-activate/NATS.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# NATS — verae-activate
|
||||
|
||||
This Zapier Platform app **does not use NATS**.
|
||||
|
||||
| Direction | Address | Peer | Body |
|
||||
|-----------|---------|------|------|
|
||||
| IN | Zapier UI / runtime | user Zap | `number1`, `number2`, `text`, `data` / `sha256` |
|
||||
| OUT HTTPS (optional) | zappier-edge `/v1/add` or `/v1/timestamp` | only if `api_base` + `api_key` set | JSON |
|
||||
|
||||
Blank connection fields → local compute only.
|
||||
11
modules/verae-activate/SUMMARY.md
Normal file
11
modules/verae-activate/SUMMARY.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# verae-activate (Zapier Platform app)
|
||||
|
||||
**Job:** Private Zapier integration you push first. Actions run in Zapier cloud.
|
||||
|
||||
**Expects:** User connection (API key optional).
|
||||
|
||||
**Sends:** nothing if fields blank (Add Numbers / Echo / SHA256 / Create Timestamp local mock). If `api_base` + `api_key`, HTTPS to zappier-edge.
|
||||
|
||||
**Does not** speak NATS.
|
||||
|
||||
**Test:** `npm test`; `zapier-platform validate`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue