Stop chasing missing contact details. When a new person is added in Intercom, their profile gets filled with email, phone, social links, and location from an enrichment source. Marketing and sales teams get clean contacts fast.
A webhook listens for the Intercom event that fires when a user is created. A switch routes only that event and ignores the rest. The set node pulls the Intercom contact ID and email from the payload. The flow calls ExactBuyer using the email to fetch verified details. A code step reshapes the response and builds social profile objects. A final HTTP request updates the Intercom contact by ID with name, email, phone, location, and social profiles, using the Intercom API version header.
You need an Intercom access token and an ExactBuyer API key. Point the Intercom webhook to the n8n URL, confirm the event name matches contact.user.created, and map the email correctly. Expect faster outreach, fewer bounced emails, and better segments for campaigns. Useful for trial signups, inbound leads, and newsletter joins that first appear in Intercom.