Inbound Email action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello Everyone,
Need some help
I have an requirement to create a inbound email action to update and alm_hardware record for which ib have written the scipt and its working fine
ISSUE - Sometimes its working and soemtimes its not working , i tried to change the execution order also but still the same issue.
Below is the code and screenshot for the condition:
Regards,
Suhail
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
When is it working and when isn't it working?
Personally, I would have used an inbound flow with this, because it triggers on any incoming email (new, fwd, reply) and you can work with variables to get the information you need to recognize the asset.
If you continue using the script: add some logs to it, to see where it goes wrong. You can take an inbound email that didn't work and reprocess it after you add the logs. That way you can see why it wasn't processed accordingly.
Also: check the email logs. Is the email processed by this action and just not updating the record, or is it skipping it completely? That could mean that the email isn't recognized to run this action.
There are too many variables here to really pinpoint to the cause, especially because you say 'it is working fine, just not always'. That means that there are emails just not recognized or processed correctly and we don't have access to your system to analyze the incoming emails that don't work.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
When im sending email to change the state to retired its working, but when i send an email to change the state to in stock its not working....Can you please help me here?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@Suhail2297 Its veru easy to debug inbound actions.
1. Go to sys_email table and look for the email you sent.
2. Open the record and in the related list look for email logs, it will show you all the inbound which are skipped or processed with reason.
3. Look for your inbound actions and see the reason for skipped, it will hep you to figure out what is the issue.
Raghav
MVP 2023