Sign in

Add lead to waitlist

documented

Put a lead back on the leaderboard/waitlist that had been removed before.

POST /v2/{campaign_id}/waitlistLeadsno implementation yet0 runs
No 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}}/waitlist" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"api_key": "{{KICKOFFLABS_API_KEY}}", "email": "{{$email}}", "ip": "{{$ip}}", "__url": "{{$__url}}", "__ref": "{{$__ref}}", "__user_agent": "{{$__user_agent}}", "social_id": "{{$social_id}}", "points": {{$points}}, "custom_fields": {"field1": "{{$field1}}", "field2": "{{$field2}}"}}'