What are Short links in Notifique?
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
- Enable shortening in workspace settings (automatic) or create links manually
- User clicks → redirect in milliseconds → click logged
- Dashboard and API show totals, charts, and each click
- 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.What Short links are not
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.

