URL based discount links

Is it possible to add a link to an EDM that contains a URL with a discount?

ie website.com/shop?discount=FREESHIPPING

I want to send customers a link that gives them free shipping without needed to enter a code.

Hey @jloafs,

To address this, you’ll need to use custom JavaScript. You should listen for the cart.created event and then apply the discount code to the cart.

Here are some helpful links:

Best regards,

1 Like