variables
property will be added to the lead's data.curl --location --request POST 'https://api.plusvibe.ai/api/v1/lead/data/update' \
--header 'x-api-key;' \
--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"
}
}'
{
"status": "success"
}