Streamline Customer Calls by Passing Logged-in User Data to Popin

Streamline Customer Calls by Passing Logged-in User Data to Popin

Enhance Your Customer Experience with Pre-filled Data

We understand that a seamless user experience is crucial when it comes to customer interactions. To make video calls with your agents even more effortless, Popin allows you to pass logged-in user data to our widget. By doing this, your customers won’t have to re-enter their details before initiating a call, saving time and improving engagement.

How It Works

When integrating Popin into your website, you can pass the logged-in user’s details using the captured parameter in the widget initialization. This means that if your customer is already logged into your platform, our widget will automatically use the provided information, eliminating the need for them to input their name, mobile number, email address, or PIN code again.

Implementing Logged-in User Data

To pass the logged-in user data, modify the Popin integration code as follows:

<script>
let popIn = document.createElement('script');
popIn.setAttribute('src', 'https://widget01.popin.to/js/widget.js');
document.body.appendChild(popIn);

popIn.onload = () => {
  popInWidgetInit({
    token: "YOUR_BRAND_TOKEN", 
    mode: "hidden", // optional to hide widget icon
    captured: { // passing logged-in user details
      name: "John Doe",  // Replace with logged-in user’s name
      mobile: "9876543210",  // Replace with logged-in user’s mobile
      email: "john@lorem.com",  // Replace with logged-in user’s email
      pin_code: "123456" // Replace with logged-in user’s PIN code
    }
  });
};
</script>

Why Use This Feature?

1. Better Customer Experience

  • Reduces friction by pre-filling customer information.
  • Customers can start calls instantly without manually entering details.

2. Higher Conversion Rates

  • Simplifying the call initiation process increases the likelihood of customer engagement.

3. Consistency Across Platforms

  • Ensures that the correct user data is passed every time, maintaining a smooth and professional interaction.

Getting Started

To start using this feature, simply update your integration code as shown above. If you have any questions or need assistance, feel free to reach out to our support team via support@popin.to.

By passing logged-in user data, you’re taking an important step toward providing a frictionless customer experience. Try it today and make your video calls even more effective!


For more details, visit your Dashboard at https://dashboard.popin.to and navigate to Settings > Integrations to access your widget code.


    • Related Articles

    • How do I pass logged in customer details to Popin

      1. Use Case: * Customer is already logged in. * Setting up Popin on a mobile app or system where customers are logged in or need to log in to access services. 2. Goal: * Direct customers to the calling feature without asking for details again. 3. ...
    • How do I track live call data in Popin Dashboard?

      1. Accessing Call Data on Dashboard * Navigate to the calls tab on the dashboard. * Find essential data such as calls, missed calls, abandoned calls, and call success rate. 2. Viewing Live Calls * Live calls are displayed, including a watch icon for ...
    • How do I route calls to different group of agents in Popin

      1. Introduction * Routing calls to specific groups of agents for efficient customer service. 2. Scenarios for Use * Website language preference routing. * Product page linking to specific stores for routing. 3. Creating Call Routings * Access ...
    • How do I set my store and start taking calls on Popin?

      1. Setting up your profile * Go to the profile page in your dashboard * Enter basic information like store name, widget color, logo, currency, time zone * Set up privacy policy, terms and conditions, and choose to record video calls * Update details, ...
    • Popin Zapier Integration Guide

      Popin Zapier App Integration Overview The Popin Zapier App enables you to integrate Popin with thousands of other applications through Zapier. This guide provides instructions on how to connect Popin to Zapier, configure triggers, and use API ...