View all Reviews

  Free UK Delivery Available

Desktop

 
 
 

Tablet

 

Mobile

 

Experta Collection

 
 

Filter By

£
£
// Function to send the webhook request with the "awc" cookie const webhookUrl = 'https://n8n.shopblocks.com/webhook/awin-server-to-server-cookie'; // Replace with your existing webhook URL method: 'POST', // Adjust the method to match your webhook's requirements (POST, GET, etc.) 'Cookie': `awc=${cookieValue}` // Append the "awc" cookie to the request headers // Trigger the function