agency-board

POST /v1/agency/boards/{boardId}/automations

Create a rule — when this happens, only if that, then do these.

Minden agency-board végpont

Hitelesítés

Küldjön egy API-kulcsot bearer tokenként. Ez a végpont nem határoz meg konkrét jogosultságot a specifikációban, ezért adja meg a kulcsnak a legkevesebbet, amire szüksége van, és a feltételezés helyett ellenőrizze a választ.

Ez a végpont nem fogad el szervezeti azonosítót. Az Ön kulcsa már azonosítja azt a szervezetet, amelyhez tartozik, és a válasz is erre vonatkozik.

Próbálja ki

Cserélje ki a hegyes zárójelek közötti részt a saját értékeivel, a kulcshelyőrzőt pedig a vezérlőpultján található kulccsal.

curl -X POST https://api.zinndigital.com/v1/agency/boards/{boardId}/automations \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{ "name": <string>, "trigger": <string> }'

Be van jelentkezve? A vezérlőpultban lévő API-konzol kitölti a valós szervezetazonosítóját és a saját kulcsát, és a kérést az éles API-n futtatja, hogy láthassa a tényleges választ. Nyissa meg ezt a végpontot az API konzolban

Részletek

Validated against the catalogue at save time, not at run time. A rule pairing a card action with a trigger that carries no card, naming a context field its trigger does not publish, or using an operator the field's type cannot take is refused here with the offending clause named — because the alternative is a rule that sits in the list looking enabled and does nothing for ever, whose only evidence is an absence.

Paraméterek

NévTípusKötelezőMi ez
boardId (path)UuidIgenProject board ID (UUIDv7).

Kérés törzse

NévTípusKötelezőMi ez
namestringIgen
descriptionstringNem
triggerstringIgen
trigger_configobjectNemPer-trigger settings, e.g. `hours_before` for "due date approaching".
conditionsBoardAutomationCondition[]NemANDed. An empty list means the rule always matches its trigger.
actionsBoardAutomationAction[]Nem
statusstring<enabled, disabled>Nem
positionintegerNem

Válasz

NévTípusKötelezőMi ez
idUuidIgenUUIDv7 identifier — sortable by creation time (docs/02 §8).
board_idUuidIgenUUIDv7 identifier — sortable by creation time (docs/02 §8).
namestringIgen
descriptionstringNem
triggerstringIgen
trigger_configobjectNem
conditionsBoardAutomationCondition[]Nem
actionsBoardAutomationAction[]Nem
statusBoardAutomationStatusIgen`suspended` means WE paused it after repeated failure and it carries a reason the customer has not read. It is a third state rather than a reuse of `disabled`, because collapsin…
positionintegerNem
run_countintegerNem
fired_countintegerNem
consecutive_failuresintegerNem
suspended_reasonstringNemWhy we paused this rule, in authored copy from a closed table — never an exception, a status or a message from our own code. The per-failure detail lives on each run (`action_re…
suspended_atstringNem
last_fired_atstringNem
last_run_atstringNem
next_due_atstringNemOnly set for a wall-clock rule. Null for a rule on a live act.
created_atstringNem
updated_atstringNem

Hibák, amelyeket ez a végpont visszaadhattatlan

401 · 403 · 404 · 422