Add points to lead
documentedAssign custom points to a lead or group of leads.
POST /v2/{campaign_id}/pointsLeadsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.kickofflabs.com/v2/{{$campaign_id}}/points" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"api_key": "{{$api_key}}", "points": {{$points}}, "email": ["{{$email}}"], "social_id": "{{$social_id}}", "message": "{{$message}}"}'