Overview
This API endpoint allows you to add a tag to existing lead record
Prerequisites
- You must be familiar with the Teamfluence API.
Endpoint
PUT /{profile_id}/leads/{lead_id}/tag
Path parameters:
{profile_id}– Your unique profile identifier, found in the Profile Settings.{lead_id}– The lead record ID, which appears in the webhook payload or in Lead Monitoring lead details.
Note: All API calls using a given {profile_id} apply only to the corresponding workspace.
Request Body
{
"name": "group_a"
}