Update trigger
Authorizations
Pass your pk_live_... API key as a Bearer token.
Path Parameters
Body
Replace the display name; pass null to clear it.
1 - 128Set true to re-enable a trigger, including one that was disabled automatically — this resets consecutive_failures to 0.
Replace the kind list — a list, or a single id as shorthand. Use '*' for any kind.
Accept fuzzy-matched entity observations in addition to exact matches. Only applies to 'observed'-action triggers on entity kinds.
Response
Successful Response
Kind ids this trigger fires for; ['*'] means any kind.
Display name, if you set one.
Whether fuzzy-matched entity observations are accepted in addition to exact matches.
Webhook signing secret, returned only in the create response — store it. Each delivery carries an 'Adapter-Signature: v1=' header; verify it by computing HMAC-SHA256 over '.' with this secret and comparing hex digests. Reject deliveries whose timestamp is older than your replay window.
When this trigger last matched an event and delivery was attempted, including failed deliveries.
Outcome of your most recent delivery. Null until the trigger first fires.
delivered, failed Consecutive events that failed to deliver, counted once per event after its final retry. Resets to 0 on success. At 50 the trigger is disabled automatically.
Set when the trigger was disabled automatically after 50 consecutive events failed to deliver. Fix your endpoint, then update the trigger with enabled=true to resume.