agency-board

PATCH /v1/agency/boards/{boardId}/automations/{ruleId}

Change a rule, or pause and resume it.

Barcha agency-board yakuniy nuqtalari

Autentifikatsiya

API kalitini bearer token sifatida yuboring. Ushbu yakuniy nuqta spetsifikatsiyada ma'lum bir ruxsatni ko'rsatmaydi, shuning uchun kalitingizga eng kam kerakli huquqni bering va taxmin qilish o'rniga javobni tekshiring.

Bu yakuniy nuqta hech qanday tashkilot identifikatorini qabul qilmaydi. Sizning kalitingiz unga tegishli tashkilotni allaqachon aniqlaydi va javob shunga qarab cheklanadi.

Sinab ko'rish

Qavslardagi har qanday narsani o'z qiymatlaringiz bilan, kalit pleysxolderini эsa boshqaruv panelingizdagi kalit bilan almashtiring.

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

Tizimga kirganmisiz? Boshqaruv panelingizdagi API konsoli haqiqiy tashkilot ID raqamingiz va shaxsiy kalitingizni avtomatik to'ldiradi hamda haqiqiy javobni ko'rishingiz uchun so'rovni jonli API orqali bajaradi. Ushbu yakuniy nuqtani API konsolida oching

Tafsilotlar

The WHOLE rule is re-validated, not just the changed fields — a change to the trigger alone can invalidate an action that was fine before it. ⛔ `suspended` is not settable. That status means *we* paused the rule after repeated failure and carries a reason the customer has not read; letting it be written would make our decision indistinguishable from theirs. Re-enabling a suspended rule clears its failure count.

Parametrlar

NomiTuriMajburiyNima bu
boardId (path)UuidHaProject board ID (UUIDv7).
ruleId (path)UuidHaAutomation rule ID (UUIDv7).

Soʻrov tanasi

NomiTuriMajburiyNima bu
namestringHa
descriptionstringYo'q
triggerstringHa
trigger_configobjectYo'qPer-trigger settings, e.g. `hours_before` for "due date approaching".
conditionsBoardAutomationCondition[]Yo'qANDed. An empty list means the rule always matches its trigger.
actionsBoardAutomationAction[]Yo'q
statusstring<enabled, disabled>Yo'q
positionintegerYo'q

Javob

NomiTuriMajburiyNima bu
idUuidHaUUIDv7 identifier — sortable by creation time (docs/02 §8).
board_idUuidHaUUIDv7 identifier — sortable by creation time (docs/02 §8).
namestringHa
descriptionstringYo'q
triggerstringHa
trigger_configobjectYo'q
conditionsBoardAutomationCondition[]Yo'q
actionsBoardAutomationAction[]Yo'q
statusBoardAutomationStatusHa`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…
positionintegerYo'q
run_countintegerYo'q
fired_countintegerYo'q
consecutive_failuresintegerYo'q
suspended_reasonstringYo'qWhy 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_atstringYo'q
last_fired_atstringYo'q
last_run_atstringYo'q
next_due_atstringYo'qOnly set for a wall-clock rule. Null for a rule on a live act.
created_atstringYo'q
updated_atstringYo'q

Ushbu yakuniy nuqta qaytarishi mumkin bo'lgan xatolar

401 · 403 · 404 · 422