Skip to main content
Biqli sends link.created after a short link is successfully created and its database transaction commits. Use this event to copy new links into another system, start an internal workflow, or update a search index.

Example payload

Important fields

  • data.id is the link’s stable Biqli public ID.
  • data.externalId is your optional external identifier and can be null.
  • data.url is the destination URL.
  • data.shortUrl is the complete short URL; data.key is only its path key.
  • data.workspaceId identifies the workspace that owns the link.
Store the envelope id, not the link ID, to deduplicate webhook deliveries. One link has one resource ID but can produce several different webhook events.