How do I add an image to my message?
Adding images to your messages adds visual impact and may result to a higher engagement rate, since people in general respond more to images as compared to messages that are in pure text.
This is how to do it:
You can add an image to your message by using the <img> tag. For example:
<img src='http://directpathoftheimagehere.com'>
The image is not technically inserted or embedded (as an in-line attachment) to your message. The <img> tag just creates a holding space for the referenced image.
To “source” an image, upload the image on your server (or any platform that stores images) and use the direct link/URL of the image as your image source (src).
Helpful resources:
https://www.w3schools.com/tags/tag_img.asp
https://www.w3schools.com/html/html_images.asp