Overview
This API endpoint allows you to update lead status to “Active” (qualified) or “Discarded” (Disqualified)/
Prerequisites
- You must be familiar with the Teamfluence API (link to getting started guide).
Endpoint
PUT /{profile_id}/leads/{lead_id}/status
Parameters:
<profile_id>
– Your unique profile identifier, found in the Profile Settings.<lead_id>
– The lead record ID, which appears in the webhook payload.
Note: All API calls using a given <profile_id>
apply only to the corresponding teamspace.
Request Body
{
"action": "activate"
}
Fields:
action
(required) –activate
ordiscard