How to get LeadBoxer data into Intercom
LeadBoxer and Intercom
If you are using Intercom, and you want to have some of the data from a LeadBoxer profile added to your intercom leads or users, you can do this by using some javascript to send any LeadBoxer property to Intercom as 'custom data'.
For example, you might want to add the Company name or a tag that that you have set using LeadBoxer, or even a the link to the full LeadBoxer profile, aka the LeadCard.
How to do it?
Assuming you have both the LeadBoxer and Intercom javascript /pixel installed. You need to do the following:
Read the LeadBoxer user ID from the cookie. (The cookie is set on the first view, so this will fail on the first pageview)
Construct an API call to get the data for the current user
Get the actual data from leadBoxer (To get to the json data we use jQuery, but you can also use other libraries or natie JS)
Send the data to Intercom using their update function
Still need help? Contact Us Contact Us
Last updated on August 14, 2020
Last updated