...
Code Block | ||
---|---|---|
| ||
{ "email": "{{${email_address}}}", "source": "braze-test", "rank": 123456, (optional) "configId": "Loyalty engine id of config offer", "ruleParams": { "startDate": "yyyy-mm-dd", "endDate": "yyyy-mm-dd" } } |
Replace
templateId
with the Loyalty Engine ID of the Template Offer used for Braze OffersReplaceconfigId
with the Loyalty Ending ID of the offer you want to assign using Brazesource
should bebraze
in Production;braze-test
in lower environments (Dev, Staging)email
-> leave as is
...