Introduction
In this section you will find step-by-step recipes for integrating the Internal Contacts API into your product. Below you will find recipes to:
- Retrieve and Update Contact Information
Internal Contacts Recipe
| Step | Corresponding Code (JavaScript) |
|---|---|
Get Contact Information — Use the /contacts/contactInformation endpoint to receive information for the contact. Here you can see if a contact is External or Internal, and if it is a Personal or Business account. | |
Update Contact Information — Update contact information with the /contacts/updateContactInformation endpoint. The information you can update varies by account type, which you can retrieve from the /contactInformation endpoint. Please refer to the page here. | |
