Skip to content

Handling social profile URLs for matching

When to use this guide: Use this guide when configuring or validating engagement platform integration behavior.

Social profile URLs can be formatted in different ways in your CRM. To ensure consistent matching, OutboundSync uses split and contain approaches to account for these variations, depending on whether the social profile URL contains .com/ or not.

If the social profile URL includes .com/, OutboundSync will split the URL into two parts: before and after .com/ in the URL string.

This means remove the domain information for the social media network (e.g. https://www.linkedin.com/ or www.linkedin.com/

And then we isolate everything in the public URL after .com/ (e.g. in/janedough).

This ensures that the following variations would both match correctly:

  • https://www.linkedin.com/in/janedough
  • http://www.linkedin.com/in/janedough

OutboundSync then searches by what is contained in the remaining string. This means remaining string (e.g., in/janedough) will still match contacts whose LinkedIn field contains http://, https://, and/or www. For example:

  • https://www.linkedin.com/in/janedough
  • www.linkedin.com/in/janedough

If the LinkedIn URL does not include .com/, then OutboundSync:

  • Will not split the URL.
  • Will use the full URL as-is**.**
  • Will apply contain search to ensure matches.

Here are a few more examples of names and how they’re handled:

Input URLMatch StrategyResult
https://www.linkedin.com/in/janeSplit at .com/Matches in/jane
http://www.linkedin.com/in/johnSplit at .com/Matches in/john
johnNo .com/ → no splitFull URL search using contain

This approach ensures that small differences in formatting (such as http:// vs. https:// or including www.) do not prevent successful matching.

When URL matching still finds multiple contacts

Section titled “When URL matching still finds multiple contacts”

URL normalization fixes format differences but does not disambiguate two HubSpot contacts that store the same profile path — for example, an inactive former-role record and a newer active record after a job change.

When HubSpot returns multiple matches, OutboundSync uses the contact with the most recent create date. See When a lookup matches more than one HubSpot contact for the full tie-breaker behavior.

If duplicate contacts with the same social profile URL are intentional in your CRM, pass the target HubSpot record ID as os_objectlookup_id in your HeyReach lead list. See Using custom lead/contact object lookup ID.