...
5. Compose the Webhook
Webhook URL
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 |
Info |
---|
the Hot path should be used for any user triggered campaigns that should happen in realtime
the Cold path should be used for any marketer triggered campaigns that can be processed over time
|
Example of Hot the Webhook URL in Productionshould always begin with the following format:
Code Block |
---|
https://euc1-prod-bk{reg}-{env}-{brand}-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 |
Please test offer assignment in Staging first. To do this: replace prod
with staging
in the Webhook URL.
The brand can set as bk
(as seen in the example above), plk
or fhs
in the Webhook URL.
...
Where:
Region
{reg}
variables:euc1
EU Timezone Marketsapse1
APAC Timezone Marketseuw3
Iberia Timezone Market
Environment
{env}
variables:dev
,staging
,qa
orprod
. Please always test withstaging
first.Brand
{brand}
variables:bk
,plk
orfhs
(other brands are not supported in International markets yet).
Please always test offer assignment in staging
environment first. Here is an example of an URL with an offer that needs to be assigned in staging
env for PLK ES using hot
path:
https://euw3-prodstaging-plk-loyalty-middleware.rbictg.com/bulk-action/coldhot/create-offer
).
Input the URL in the “Webhook URL” field
...