...
Note |
---|
If you are assigning a high number of offers with a campaign ensure the rate limit is set to a maximum 50K 25K offers assigned per minute as not to strain the APIs. |
...
Example of Hot Webhook URL in Production:
Code Block |
---|
https://euc1-prod-bk-loyalty-middleware.rbictg.com/bulk-action/hot/assign-points |
Example of the Cold Webhook URL in Production:
Code Block |
---|
https://euc1-prod-bk-loyalty-middleware.rbictg.com/bulk-action/cold/assign-points |
If you would like to test in Staging the Offer assignment first, just replace prod
with staging
in the Webhook URL.
Markets in EU Timezone and APAC Timezone should add euc1-
and apse1-
prefixes to the URL respectively (e.g., https://euc1apse1-prod-bkplk-loyalty-middleware.rbictg.com/bulk-action/cold/assign-points
)
...