Initial import of zapier-docs-master from zapier monorepo
This commit is contained in:
commit
0af59144af
31 changed files with 484 additions and 0 deletions
10
modules/verae-zapier/NATS.md
Normal file
10
modules/verae-zapier/NATS.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# NATS — verae-zapier-app
|
||||
|
||||
This Zapier Platform app **does not use NATS**.
|
||||
|
||||
| Direction | Address | Peer | Body |
|
||||
|-----------|---------|------|------|
|
||||
| IN | Zapier runtime | user Zap | create/search/trigger fields |
|
||||
| OUT HTTPS | middleware `/zapier/v1/timestamp`, `/wait`, `/verify`, `/status/{id}`, `/hashes/{sha256}`, REST Hook subscribe | verae-middleware | Bearer `zmw_` |
|
||||
|
||||
Job completion is a REST Hook HTTP POST from webhook-deliver, not a NATS client in Zapier.
|
||||
9
modules/verae-zapier/SUMMARY.md
Normal file
9
modules/verae-zapier/SUMMARY.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# verae-zapier-app
|
||||
|
||||
**Job:** Full Zapier CLI app: timestamp, wait, verify, batch, job status, hash lookup, REST Hook.
|
||||
|
||||
**Expects:** `zmw_` middleware key (today) or zappier key after composition.
|
||||
|
||||
**Sends:** HTTPS to middleware `/zapier/v1/*`.
|
||||
|
||||
**Does not** speak NATS.
|
||||
Loading…
Add table
Add a link
Reference in a new issue