Insert logo when mail is sent from XSOAR

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Insert logo when mail is sent from XSOAR

L4 Transporter

Hello,

A playbook is creating an email with data to deliver in html, however we can't find the way to introduce the logo of the company inside it. What path should we add to the tag "<img src="*****"> to obtain the logo in our local folders?

1 accepted solution

Accepted Solutions

L4 Transporter

Hi @Josep, It depends on the email client you're using.

 - Using remote hosted image - This works will all email clients\services

 - Using CID attachments - This works will all email clients\services. Image needs to be added as a file to investigation. 

Screen Shot 2022-11-18 at 11.26.11 am.png

 - Using base64 images - Does not work with Gmail. Works for others. Encode the image in 
Base64 format. Add to the img tag like below. Image does not need to be added to the investigation. Also you can store the image in a list and reference data with ${lists.emailLogo}

Screen Shot 2022-11-18 at 11.29.16 am.png

View solution in original post

2 REPLIES 2

L4 Transporter

Hi @Josep, It depends on the email client you're using.

 - Using remote hosted image - This works will all email clients\services

 - Using CID attachments - This works will all email clients\services. Image needs to be added as a file to investigation. 

Screen Shot 2022-11-18 at 11.26.11 am.png

 - Using base64 images - Does not work with Gmail. Works for others. Encode the image in 
Base64 format. Add to the img tag like below. Image does not need to be added to the investigation. Also you can store the image in a list and reference data with ${lists.emailLogo}

Screen Shot 2022-11-18 at 11.29.16 am.png

Thanks fernandes,

it worked!! Just directly with the link.

Really thanks!

 

  • 1 accepted solution
  • 1721 Views
  • 2 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!