...
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
)
...