Update the interest status of a lead
Update the interest status of a lead
Documentation Index
Fetch the complete documentation index at: https://developer.instantly.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The email of the lead to update the interest status of.
"test@test.com"
Set this field to "null" to reset the lead value to "Lead". This is the same as moving the lead to the "Lead" status in the web app. Please check the lt_interest_status field for the list of possible values.
1
The ID of the campaign to update the interest status of.
"019e3bd1-b5db-7f43-b4ce-66723266c2b2"
The AI interest value to set for the lead.
1
Whether to disable the auto interest.
true
The ID of the list to update the interest status of.
"019e3bd1-b5db-7f43-b4ce-6673d5582880"
Response
Default Response
"Lead interest status update background job submitted"