Subscribe lead
documentedAdd a lead to your campaign.
POST /v1/{campaign_id}/subscribeLeadsno 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/v1/{{$campaign_id}}/subscribe" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"email": "{{$email}}", "api_key": "{{KICKOFFLABS_API_KEY}}", "ip": "{{$ip}}", "__url": "{{$__url}}", "__ref": "{{$__ref}}", "__user_agent": "{{$__user_agent}}", "social_id": "{{$social_id}}", "points": {{$points}}, "your_custom_parameters": {{$custom_parameters}} }'