Customer
1ClickImpact API allows you to make impact on behalf of your customers. To do so, you just need to provide the customer's email address while making an impact. The API will take care of the rest. You can also get a list of all your customers and their impact records.
The customer model
The customer model contains information about your customers, such as their email, name, and the date they are onboarded. The customer gets onboarded when they first make any impact.
Properties
- Name
- customer_id
- Type
- string
- Description
- Unique identifier for the customer. 
 
- Name
- customer_email
- Type
- string
- Description
- The email for the customer. 
 
- Name
- customer_name
- Type
- string
- Description
- The name of the customer. 
 
- Name
- onboarded_on
- Type
- string
- Description
- The date customer is onboarded to your organization. 
 

