Lead scoring in klaviyo?
4 different flows that adds certain amount of points to the lead score property value.
I need help answering these 6 questions.
But I won't seam to get it to work.
The Json body is all done but that's about it. (Source https://www.klaviyo.com/blog/solution-recipe-13-lead-scoring-in-klaviyo)
{
"token": "npublic key]",
"properties": {
"$email": "{{ person.email }}",
"Lead_Score": {{ person|lookup:'Lead_Score'|default:0|add:'2'}}
}
}
- Destination url? how do I find it or what is it? Tried reading but don’t understand
- Header? what to write?
- The business public api or make a private api?
- Change the "token" in the json body?
- If i want to remove points from the value, what word do I replace the “add” with?