Is there a way to filter out image signature in inbound actions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020 06:42 AM
We have inbound actions set up for our instance and whenever a user send an email to the system, it takes the image of our company logo and adds it as part of the ticket. Is there a way to prevent this? Additionally, on forward of a large email chain, all email logos will be added. We see incidents with as many as 20 attachments as a result of this. Any help would be appreciated, thanks!
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020 06:48 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020 06:48 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020 06:49 AM
I created business rule since i knew all of them had same name. you can do same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020 06:50 AM
Hi Chris,
There are a couple of properties that were released in Jakarta (i guess).
glide.email.inbound.image_sys_attachment.filter.minimum_bytes : you can use to specify the minimum size of attachments which you can definitely use to filter out those pesky linkedin and twitter logo's and most other signature images depending on how ostentatious the signature it.
glide.email.inbound.image_sys_attachment.filter.action : you can use to filter images and either attach to the record, attach to the email or not attach at all.
All details below:
Hope this helps. Please mark my answer correct and helpful.
Thanks