The loyalty points earned webook is triggered whenever a contact in theMarketer is awarded loyalty points for the different actions you have set up in your loyalty program.
Here you can find a sample payload, using default system attributes.
{
"client_email" : "{{client_email}}",
"points_earned" : "{{points_earned}}",
"current_points" : "{{current_points}}",
"current_tier" : "{{current_tier}}",
"next_tier" : "{{next_tier}}",
"points_about_to_expire" : "{{points_about_to_expire}}",
"points_to_next_tier" : "{{points_to_next_tier}}"
}