Intercom
Enhance Intercom support with Zipy session URLs for faster issue resolution and improved customer experience.
Overview
Step 1: Adding Zipy Session URL to Intercom User Profile.
const zipySessionUrl = window.zipy.getCurrentSessionURL();
Intercom('update', {
zipy_session_url: zipySessionUrl,
});Step 2: Displaying Zipy Session URL in Intercom Conversations

Example Use Case
Last updated