using inbound action for email attachments
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2023 12:57 AM - edited ‎02-22-2023 12:58 AM
How to attach the attachments from email going to the generated incident for inbound actions.
i already got the required fields auto populated upon receiving the email form the user but i cant figure out how can i attach the attachments of the email to the incident that will be generated.
PS; please see screenshot attached for the preferred result;
Thanks in advance 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2023 05:17 AM
If the inbound email contains attachments they should get attached to the target record automatically.
If this is not happening automatically, try to use current.update() method in inbound email action.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2023 06:52 AM
hello, thankyou for the inputs i did try to use the current.update() on the actions, unfortunately it did not work, this is what i have as of the moment ...