- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2019 11:57 PM
I am receiving images as attachments in emails. It attaches all the images to the target record created but it also attaches the image included in the signature. I want to ignore that. Any help?
Regards
Air
Solved! Go to Solution.
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2019 12:11 AM
Hi AirSquire,
You can achieve this by using these 2 properties.
glide.email.inbound.image_sys_attachment.filter.minimum_bytes
glide.email.inbound.image_sys_attachment.filter.action
Refer to this link for more information.
Mark the comment as a correct answer and also helpful if it helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2019 12:11 AM
Hi AirSquire,
You can achieve this by using these 2 properties.
glide.email.inbound.image_sys_attachment.filter.minimum_bytes
glide.email.inbound.image_sys_attachment.filter.action
Refer to this link for more information.
Mark the comment as a correct answer and also helpful if it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2019 01:02 AM
If there is no other possible way to distinguish the image in signature. Then this is a working solution.
Regards
Air