...
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 | ||
---|---|---|
| ||
{ "pointsEarned": 500, "source": "braze", "userId": "{{${user_id}}}" } |
...