Tag lead parent
documentedTags the parent (if one exists) of a lead.
POST /v2/{campaign_id}/tags/{tag_id}/referralLead 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}}/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}}\"}"