Lead Variable/Label Update or Add
POST
https://api.plusvibe.ai/api/v1/lead/data/update
Lead
variables
property will be added to the lead's data.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.plusvibe.ai/api/v1/lead/data/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"workspace_id": "65f3c92d3dbe5dbb35374a9a",
"campaign_id": "66b447598f6dd99f7f7b5c0a",
"email": "lead@example.com",
"variables": {
"label": "NOT_INTERESTED",
"first_name": "New First Name",
"language": "Javascript",
"interest": "Coding"
}
}'
Response Response Example
200 - Example 1
{
"status": "success"
}
Request
Header Params
x-api-key
string
optional
Default:
Example:
your-api-key
Body Params application/json
Responses
Modified at 2025-05-24 05:40:10