External Links
Every customer page on Klime can now link to your internal tools like an admin panel, a CRM, a billing system, or whatever else tells you more about them.
Just go to your integrations settings in Klime, and define a link. For example: https://admin.yourapp.com/customers/{{groupId}} turns into a clickable link on every customer page, pointing straight to the right record in your admin panel.
You can use userId, groupId, or any trait key you send through identify() and group(). Links only show up when all variables resolve, so there's no risk of broken URLs.