Sign in

Bulk tag leads

documented

Applies the supplied tag id to one or more leads.

POST /v2/{campaign_id}/tagsLead Tagsno 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}}/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}}"}'
Bulk tag leads · KickoffLabs · OpenIntegrations