Loading navigation...
Unify Integrations
Logo
Contacts+

Contacts+

Logo

3 mins READ

Contacts+ is a smart contact management app that syncs and organizes contacts across devices. It offers deduplication, enrichment, and integrations to keep contact data up to date.

Integrating your application with Contacts+'s REST API allows seamless access to contact management, synchronization and automation features. 

Authentication

Before you begin, make sure you have the following information:

  • Connection Name: Choose a unique and meaningful name for your connection. This name helps identify the connection within the UnifyApps platform, such as 'ContactsplusIntegration'.

  • Authentication Type: Contacts+ supports OAuth-based authentication.

OAuth-Based Authentication

  1. Log in to your Contacts+ account.

  2. Navigate to the Developer section under Settings.

  3. Locate your application. If you do not have an application created, you will need to create one first.

  4. Once the application is created, you will be provided with a Client ID and Client Secret.

  5. Copy the Client Secret immediately, as it may not be visible again after you leave the page and store them securely to provide unauthorised access.

    Image
    Image

Actions

Actions

Description

Create contact

Creates a new contact in Contacts+

Create tag

Creates a new tag in Contacts+

Delete contact

Deletes a contact from Contacts+

Delete tag

Deletes a tag from Contacts+

Edit tag

Edits a tag in Contacts+

Get account details

Fetches the authenticated user’s account information including name, photo, emails, and more from Contacts+

Get contacts

Returns a list of contacts from Contacts+

Get contacts by IDs

Retrieves one or more contacts by contact IDs from Contacts+

Get tags

Returns a list of tags from Contacts+

Get tags by IDs

Retrieves one or more tags by tag IDs from Contacts+

Get teams

Gets a list of teams that the user is a member of in Contacts+

Manage tags

Adds or removes tags from multiple contacts in Contacts+

Search contacts

Searches contacts by name, company, email, phone, or any combination in Contacts+

Update contact

Updates an existing contact in Contacts+

Upload contact photo

Adds a new photo to a contact, making it the default profile photo in Contacts+

Triggers

Triggers

Description

On create contact

Triggers when a new contact is created on Contacts+

On create tag

Triggers when a new tag is created on Contacts+

On delete contact

Triggers when a contact is deleted on Contacts+

On delete tag

Triggers when a tag is deleted on Contacts+

On update contact

Triggers when a contact is updated on Contacts+

On update tag

Triggers when a tag is updated on Contacts+