Tag lead
documentedTags (and creates) a lead with the given lead tag.
POST /v2/{campaign_id}/tags/{tag_id}/leadLead Tagsno 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}}/tags/{{$tag_id}}/lead" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"api_key":"{{KICKOFFLABS_API_KEY}}","email":"{{$email}}","social_id":"{{$social_id}}","first_name":"{{$first_name}}","last_name":"{{$last_name}}","points":"{{$points}}","__url":"{{$url}}","__ref":"{{$ref}}","__user_agent":"{{$user_agent}}"}'