GTM Engineer looking for the most complete social signal source? Check out our GTM Unlimited Plans
Help Center Documentation

Lead API: activate or discard leads 

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

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.

Note: All API calls using a given {profile_id} apply only to the corresponding workspace.

Request Body

{
    "action": "activate"
}

Fields:

  • action (required) – activate or discard