Currently we recommend marinas configure Pre-arrival, Departure, and Follow-Up emails.
You will need to go in and add images and check that the links all work (emails, phone numbers, NOAA chart). Do this by sending yourself a test email and clicking the links from your personal email. (note: the messages link will not work since it is a dummy reservation)
You have the ability to completely customize these emails.
Simple code resources:
Desired Result | Code |
New Text Paragraph | <p> text goes here </p> |
New Section | <div> </div> |
Line Break | <br /> |
Bullet Points | <ul> |
Header | <h3>text goes here </h3> |
Bold | <b>text goes here </b> |
Italics | <i>text goes here </i> |
Underline | <u>text goes here </u> |
Clickable Phone number | <a style="text-decoration: none;" href="tel:123.456.7890">(123) 456-7890</a> |
Clickable Image | <a target="_blank" href=”link goes here”><img src=”image URL goes here (upload your image to hubspot or cloudinary to generate an image URL” /></a> |
Clickable Email with subject "Reservation #### Follow Up" and "[email protected]" Email address | <a style="text-decoration: none;" href="mailto:[email protected]?Subject=Reservation:%20{{RESERVATION_ENCODED_ID}}%20Follow%20Up" target="_top">[email protected]</a> |
Website link to Dockwa | <a style="text-decoration: none;" target="_blank" href="https://www.dockwa.com/explore/destination/">Dockwa</a> |
Center aligned Images sized height 239 x width 648 | <div align="center"><img style="height: 239px; width: 648px;" src="https://res.cloudinary.com/dockwa/image/upload/v1487188419/marinas/edgartownharbor/13996252_10210621779728490_520041009105865772_o.jpg" alt="picture name" /></div> |
Link with 10% discount | <a style="text-decoration: none;" target="_blank" href="https://www.dockwa.com/explore/destination/x1clqdj-stanwoods-demo-marina?promo_code=SAVE_10"SAVE_10</a>> |
"Rate us on Marinas.com" Button | <div align="center"> </div> |
Link to book now Button | <div align="center"><a style="text-transform: uppercase; font-weight: bold; border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 15px 20px; cursor: pointer; background-color: #dc3554;" href="https://www.dockwa.com/explore/destination/x1clqdj-stanwoods-demo-marina" target="_blank" rel="noopener">Stay Again!</a></div> |
Link to Dockwa Chat | <a style="text-decoration: none;" href="https://www.dockwa.com/account/messages/{{RESERVATION_ENCODED_ID}}">Click here to chat us through Dockwa</a> |