Linking Contacts to InfusionSoft March 29, 2018 1 Min Read $contact = new Infusionsoft_ContactServiceBase(); $contactId1 = 123; $contactId2 = 456; $linkTypeId = 2; $result = $contact->linkContacts($contactId1, $contactId2, $linkTypeId); Infusion Share Article: