Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

How to Assign Loyalty Points to Users Using Braze Webhook

Tip

This can be used for Markets with Loyalty for both CBA Offers Platform and the New Loyalty Offers platform

Body request

Code Block
languagejson
{
"pointsEarned": 500,
"source": "braze",
"userId": "{{${user_id}}}"
}

...