Skip to content

nylas-samples/parse_contacts_from_events

Repository files navigation

parse_contacts_from_events

The Python example below shows how your app can help users keep track of important meetings, enrich the user experience by adding detailed contact information for prospects, and make it easy for users to quickly auto-draft emails.

Setup

System dependencies

  • Python v3.x

Gather environment variables

You'll need the following values:

CLIENT_ID = ""
CLIENT_SECRET = ""
ACCESS_TOKEN = ""

Add the above values to a new .env file:

$ touch .env # Then add your env variables

Run the file Contacts_from_Events.py:

$ python3 Contacts_from_Events.py

Learn more

Visit our Nylas Python SDK documentation to learn more.

About

Parse contacts from events

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages