Sign in

Tag lead parent

documented

Tags the parent (if one exists) of a lead.

POST /v2/{campaign_id}/tags/{tag_id}/referralLead 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/{{$tag_id}}/referral?api_key={{KICKOFFLABS_API_KEY}}" \
  -X POST \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}' \
  -d "{\"email\": \"{{$email}}\", \"social_id\": \"{{$social_id}}\"}"