How to create an HTML signature for an agent?

Last update: 17.01.2024

An agent's signature can be added both in the administrator's account (section "Team", subsection "Agents", editing an agent) and in the agent's account (menu in the upper right corner, section "Profile").

An HTML editor is built into the signature field to format the text:

533bacc324e521e5c967d6b0cb716ee5.png

How to add an image

1. To insert an image into your signature, just drag it from your desktop or use a special button in the editor. Images added to the signature in this way are uploaded to our server, so you don't need to place them on any third-party websites beforehand.

2. If you already have a signature, e.g. created in the signature generator, to add it, copy the signature code, click on the source button in the editor and paste it into the field:

f9f22f6201e9c9480a5a5c12f111d5eb.png

3. Often email clients block images from the outside — in this case, you may have problems with displaying the image in the signature. To get around such custom settings, you need to add the image in base64 format:

a. Convert the image to base64. You can do it e.g. here: https://codebeautify.org/image-to-base64-converter;

b. Switch the editor to source code mode and copy the data from the Image Source block.

a0e258a47a4f356749ec46ba11729443.png

If you used another service to convert to base64, use this construct:

cdb2b2e97daadd081dbd05fd20349ea3.png

Instead of "base64-encoded image" insert the resulting code.

If you need to change the size of the image, enter the necessary data before the closing tag. The alt-text can also be specified there:

ab8f5e525ded89956d9b41c35c49f2f9.png

Was this article helpful?