I'm setting up the standard confirmation and reminder mails for our events.
I'm trying to find the correct dynamic placeholder token to insert the link to the website of the event. I've tried these with no luck:
- object.event_id.website_id
- object.event_id.website_id.homepage_url
- object.event_id.website_id.domain
- object.event_id.website_id.name
My use case is that I would like that the recipient is able to click a link to see the program and other details for the event, which we put under events on our website.
Any way to do this?
Thanks,
Mogens