nicholasbair / contactifier

Parsing contacts from email interactions
0 stars 1 forks source link

Contactifier

Nylas API v2 vs v3

The main branch of the repo now leverages Nylas API v3 (currently in beta). The v2 branch of this repo will track Nylas API v2, though dev work on this app will largely focus on Nylas API v3.

Note

As of API v3, Nylas parsed contacts are generated by the provider (Google/Microsoft). At present, webhooks are not supported for these types of contacts in API v3, thus the app now uses messages to create parsed contacts within the app.

Use case

Demonstrate the usage of Nylas parsed contacts in a CRM/CSP-like platform.

What is it really?

Imagine you are a user of a CRM/CSP tool. When you have email interactions with customers, maybe your contact copies someone new on the email. Ideally, your CRM/CSP will capture that new person's email address so you can store it in your system for use later. This is where parsed contacts come in--if your email account is connected, Nylas will create contacts that exist only on Nylas based on your email interactions. Contactifier uses these contacts to power a "workflow" wherein the user of the CRM/CSP tool can choose to convert a parsed contact into a legit contact in the CRM/CSP.

Features

What's missing?

Running locally