agency-board

POST /v1/board-hooks/{endpointKey}

The public inbound door — n8n, Zapier, Make, GitHub.

ټول agency-board پای ټکي

ټول د پراختیا کونکي اسناد

تصدیق‌هویت

دا پای ټکی عامه دی. دا هېڅ اعتبار او هېڅ سازمان ته اړتیا نه لري - دا هغه څه دي چې زموږ خپله د بازار موندنې پاڼه او د مصنوعي ځيرکتیا د ځواب انجنونه یې لولي.

دا پای نقطه د سازمان هېڅ آی ډي نه اخلي. ستاسو کیلي مخکې تر مخکې هغه سازمان په ګوته کوي چې پورې اړه لري، او ځواب ورته محدود دی.

هڅه وکړئ

د انګلیسي په زاوي پنسونو کې هرڅه د خپلو ارزښتونو سره بدل کړئ، او د کلي ځای لرونکی ستاسو د ډشبورډ د کلي سره.

curl -X POST https://api.zinndigital.com/v1/board-hooks/{endpointKey} \
  -H "Content-Type: application/json" \
  -d '{  }'

ننوتي یاست؟ ستاسو په ډشبورډ کې د API کنسول ستاسو د اصلي سازمان ID او ستاسو خپله کیلي ډکوي، او غوښتنه د ژوندی API په وړاندې پرمخ وړي ترڅو تاسو وکولی شئ اصلي ځواب وګورئ. دا پای ټکی (endpoint) د API په کنسول کې پرانیزئ

تفصیلات

Unauthenticated by design: the HMAC signature IS the authentication, exactly as /v1/webhooks/stripe is. Send X-Zinn-Signature: sha256=<hmac-sha256 over "<timestamp>.<raw body>"> and X-Zinn-Timestamp (unix seconds, within five minutes of now), signed with the endpoint's secret. The body must be a JSON object. Five top-level values — event, status, title, body, ref — are projected into the rule's condition surface as payload_*, so a rule can branch on them. Anything else in the body is stored in the request log and is not conditionable. ⛔ An unknown endpoint key and a bad signature both answer 404 with the same body, deliberately: distinguishing them would turn this into an oracle for whether a key exists. The endpoint's OWNER sees the real reason on their own screen.

پارامترونه

نومډولاړیندا څه شی دی
endpointKey (path)stringهوThe endpoint's opaque key — 32 hex characters. Deliberately not the board id: a board id in a URL customers paste into third-party systems leaks an internal identifier into…

د غوښتنې بدن

نومډولاړیندا څه شی دی
eventstringنه
statusstringنه
titlestringنه
bodystringنه
refstringنه

ځواب

نومډولاړیندا څه شی دی
acceptedbooleanهو
rules_firedintegerنه
detailstringنه

تېروتنې چې دا پای ټکی یې بیرته راګرځولی شي

404 · 409 · 413 · 429