Skip to main content
Short link = friendly URL (clicar.co/promo) that redirects and logs the click. Smart Link ties the click to the original message; conversion ties the click to an order on your site.
The click tracking add-on: turn long URLs into short links and see who clicked, when, and from where. Works in the dashboard (Add-ons → Short links) or v1 API (/v1/short-links).

When to use

How it works

  1. Enable shortening in workspace settings (automatic) or create links manually
  2. User clicks → redirect in milliseconds → click logged
  3. Dashboard and API show totals, charts, and each click
  4. Webhooks notify your system (short_link.clicked, message.clicked, conversion.attributed)
Each API Key belongs to one workspace. In v1 do not send x-workspace-id, if present, the API returns 400.
  • Forms, lead capture (Forms)
  • Channel delivery webhooks, see the channel or Webhooks

v1 API

Routes /v1/short-links and POST /v1/conversions. Scopes: short_links:read, short_links:manage, conversions:manage. Specs in this section’s sidebar.

Next steps