Contents
Table of Contents | ||||
---|---|---|---|---|
|
...
Example of Hot Webhook URL in Production:
Code Block |
---|
https://euc1-prod-bk-loyalty-middleware.rbictg.com/bulk-action/hot/create-offer |
Example of the Cold Webhook URL in Production:
Code Block |
---|
https://euc1-prod-bk-loyalty-middleware.rbictg.com/bulk-action/cold/create-offer |
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/create-offer
)
...
Note |
---|
Be extremely careful and test your webhooks, once an offer is assigned to a user its rules CANNOT be changed from Sanity. |
Note |
---|
If you are assigning a high number of offers with a campaign ensure the rate limit is set to a maximum 25K offers assigned per minute as not to strain the APIs. |
Other resources
...
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
)
...