Skip to main content
Biqli sends link.updated when a tracked link field changes, including its name, destination URL, key, description, expiration, active state, domain, password state, or UTM configuration. The payload contains the complete link after the update. It is not a before-and-after diff. Password values and UTM configuration are intentionally not included in the webhook link object. An update to one of those settings can therefore produce a notification whose exposed link fields look unchanged. Use this event as a synchronization signal, not as an audit diff.

Example payload

Upsert your local record by data.id and replace its synchronized fields with the values in data. Do not infer which field changed by comparing webhook arrival order: different events are not guaranteed to arrive in order. Deduplicate processing with the envelope id.