Add Points.
post https://api.kickofflabs.com/v2/CAMPAIGN_ID/points
Assign custom points to a lead or group of leads.
Required Parameters
- api_key: Your account’s API Key
- points: number of points to add (or subtract) to the lead
- One of the following (used in this order)
- email: The email address of the lead
- social_id: The id of a single lead
For the email parameter, you may include up to 200 email addresses as an array.
Option Parameters
- message: A description of why the points were added to the lead
Additional Information
- Can I remove points? - Yes, points can be removed by calling the API again with a negative value
- Can points go below zero? - No.