The importance of using LinkedIn Profile IDs over mutable handles for reliable data access and integration.
/in/
) change. Since handles can be updated by users, workflows referencing outdated URLs may break.
https://www.linkedin.com/in/guillaume12345/
corresponds to the handle guillaume12345
.
However, since handles are mutable and can change, LinkedIn Profile IDs offer a more stable solution to store IDs.
2️⃣ Integrate Handles into Workflows
Use handles in your workflows for actions like:
linkedin_profile_id
: The most reliable way to track individuals.sales_navigator_profile_id
: Useful for many workflows, though not unique, you can have up to 2 IDs.linkedin_company_id
: An immutable identifier for companies on LinkedIn, e.g., Captain Data’s is 27193685
.sales_navigator_company_id
: Ideal for more advanced workflows.linkedin_thread_id
: Key for retrieving messages in a specific LinkedIn conversation, essential for communication tracking.