You may be interested in…
Your cart is currently empty!
New in store
-
Product on sale
Mooie schoenenOriginal price was: € 99,99.€ 1,21Current price is: € 1,21.
document.addEventListener("DOMContentLoaded", async () => {
initWebchat(
"https://endpoint-trial.cognigy.ai/0f64342af66a826340875d5b255cb2e6183dec766ee8bf4302389edd40a3f422").then(async (webchat) => {
window.cognigyWebchat = webchat;
await window.cognigyWebchat.open()
const messageToSend = localStorage.getItem("postnl_fastcheckout_data");
webchat.sendMessage(messageToSend);
});
});