Adding documents to your confirmation emails is useful to include important information ahead of your event.
This article covers:
How to attach a document
The booking confirmation and event reminder emails include the attached documents as a link to the file. To attach a document, you'll first need to ensure that you've uploaded your document to your Files library:
Select Upload files from the top right-hand corner:
β
Then Select files to choose the file you want to upload:
Once the file uploads successfully to your account, select Done.
Next, right-click the hyperlink below your newly uploaded file, and select Copy link Address:
β
With this link copied, navigate to your Scheduling page, select the entry you would like to add this document to, and Edit entry:
From here, select the Information tab and scroll down to the Booking confirmation message box. Paste your copied document link into this box, then select Save in the top right-hand corner.
β
Once completed, the document link will show in this entry's confirmation and reminder email.
π‘ To note: You must have Account owner status on your account to add files to this library.
β¨ You can learn more about managing your files on Bookwhen here.
Formatting the document link
You may wish to use Markdown to format the link and how it appears in the email. For example, to show the document title rather than the full link.
To do this, insert the text you want to appear in square brackets [ ] and the file link next to it in curved brackets ( ).
For example:
[Example document] (https://files.bookwhen.com/994vneg0n0jw/kx3rj4jhvp8z/uploaded_file) |
The link is then shows in the email as:
Please ensure that there is no space between the two sets of brackets ]( when you apply this to your entry.
Adding images
You can add images to your booking confirmation email message. To do this, you'll first need to select the image you'd like to add and upload it in Files by selecting Upload files in the top right-hand corner:
π‘ To note: Files can be uploaded in the following formats only: jpeg, jpg, png, gif, mp4, m4v, mov, txt, ics, doc, docx, pdf, ppsx, ppt, pptx, pub, rtf, xls, xlsx.
Then Select files:
Once uploaded, select Done:
You can then start to build the code.
An example of the code you'll need to paste into the Booking confirmation email field is:
<img style="display: block; margin: auto" src="https://files.bookwhen.com/994vneg0n0jw/wysvuxc07zv2/uploaded_file" border="0"></a>
This code consists of various elements, the most important one being the image code.
1. The first part of the code is:
<img style="display: block; margin: auto" src=
2. The second part is: (the image code)
"https://files.bookwhen.com/994vneg0n0jw/wysvuxc07zv2/uploaded_file"
3. The third part is:
border="0"></a>
You'll need to replace the second part of the code with your specific image code. To get this, right-click the hyperlink under the image, then Copy Link Address:
In this instance, it is "https://files.bookwhen.com/994vneg0n0jw/wysvuxc07zv2/uploaded_file"
Once you've generated your unique link, you can paste it into the code you're building.
For example:
<img style="display: block; margin: auto" src="https://files.bookwhen.com/994vneg0n0jw/wysvuxc07zv2/uploaded_file" border="0"></a> |
When you've finished creating the code, paste this into the Booking confirmation message field within your entry:
Once completed, select Save.
The image will show to your customers when they complete a booking:
And in their confirmation email:
β¨ You can learn more about formatting and markdown here.
π¬ Any questions or feedback? There are two ways to get in touch:
For a quicker response, please contact us via live chat on our homepage or your account.
Or send us an email
Thank you! πΊ
Return to the top β¬οΈ