Bulk tag leads
documentedApplies the supplied tag id to one or more leads.
POST /v2/{campaign_id}/tagsLead 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" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"api_key": "{{KICKOFFLABS_API_KEY}}", "tag_id": "{{$tag_id}}", "email": "{{$email}}", "phone_number": "{{$phone_number}}"}'