Copper¶
Overview¶
The Copper class allows you to pull person, company, and activity data - along with related metadata - from the Copper CRM.
In order to instantiate the class you must pass valid kwargs or store the following environmental variables:
'COPPER_API_KEY''COPPER_USER_EMAIL'
Note
- Getting Your API Key
Sign into Copper
Click on
Settings(gear icon) and thenAPI KeysClick the
GENERATE API KEYbutton
- Class Output
The main methods of this class return Parsons Tables. Parsons Tables can then be accessed by many of the other Parsons classes, including the Redshift class, for instance.