- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2024 09:55 AM
Hi Team,
How can we create incident automatically from a email and also how can we update the fields while creating the ticket according to the mail received.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2024 10:12 AM - edited 07-16-2024 10:13 AM
You need to use email inbound action for the same
Please refer this link for more info https://www.servicenow.com/community/itsm-articles/incident-creation-via-e-mail-inbound-action/ta-p/...
Please Accept my Answer if it works and mark it helpful, Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2024 10:56 PM - edited 07-16-2024 10:58 PM
Hello @Sales Engineer ,
You can set the urgency field value as -
current.urgency = '1'; //Value which you want to set
current.insert();
current.urgency = '1'; //Value which you want to set
current.insert();
Also, please refer below link for additional information -
If my answer solves your issue, please mark it as Accepted✔️ and Helpful👍.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2024 08:58 PM
Can you please Accept the solution(s) if it works for you, it will be helpful for future readers as well if they will be facing the same kind of issue
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2024 10:12 AM - edited 07-16-2024 10:13 AM
You need to use email inbound action for the same
Please refer this link for more info https://www.servicenow.com/community/itsm-articles/incident-creation-via-e-mail-inbound-action/ta-p/...
Please Accept my Answer if it works and mark it helpful, Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2024 08:58 PM
Can you please Accept the solution(s) if it works for you, it will be helpful for future readers as well if they will be facing the same kind of issue
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2024 10:43 PM
@Vrushali Kolte Thanks , This is helpful . I've configured inbound email action. Additionally I'm able to update the 'assigned to' field according to the user defined in the mail. Can you please help me with how can I update the urgency field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2024 10:56 PM - edited 07-16-2024 10:58 PM
Hello @Sales Engineer ,
You can set the urgency field value as -
current.urgency = '1'; //Value which you want to set
current.insert();
current.urgency = '1'; //Value which you want to set
current.insert();
Also, please refer below link for additional information -
If my answer solves your issue, please mark it as Accepted✔️ and Helpful👍.