- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2019 07:23 AM
Hi Everyone,
Can someone point me on the right direction on how to create a Service Request using inbound action? Here are the requirements.
- All emails sent to example@domain.com will create REQ, RITM and SCTASK automatically.
- Information for Request:
- Requested for is From (email)
- Short Description is Subject (email)
- Description is Email Body
- Opened by is From (email)
- Information for RITM:
- Request is Request generated from above.
- Requested for is From (email)
- Opened by is From (email)
- State is Open
- Information for SCTASK:
- Request Item is the Request Item generated from above
- Requested for is From (email)
- Assignment Group is Info Security
- Short Description is Subject (email)
- Description is Email Body
But before SCTASK will be created an approval workflow should be initiated.
Thank you in advance.
Diane
Solved! Go to Solution.
- Labels:
-
Best Practices
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2019 07:26 AM
Check these out:
https://community.servicenow.com/community?id=community_question&sys_id=3ec3c7a5dbd8dbc01dcaf3231f961996
https://docs.servicenow.com/bundle/madrid-it-service-management/page/product/planning-and-policy/task/t_CreateARequestFromAnInboundEmail.html
Please mark my response as correct and helpful if it helped solved your question.
-Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2019 04:28 AM
Hi Diane,
Yes I was able to figure out creation of requests via inbound email actions. I can provide information on what I did if you're still interested.
Regards,
jason
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2020 11:05 AM
Hi,
Can you please guide step by step. I am facing issue in creating one.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2019 04:34 AM
Yes, your ServiceNow admin/developer should be able to do this.
Have them create a catalog item but don't publish it in your catalog, this is where you build all the workflow you want, then when the inbound email comes in, it will trigger/create the catalog item and the workflow will take it from there. There is no need to have the inbound action recreate all these records. All those are created and related by using a catalog item and workflow.