- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2025 12:33 AM
Hi Team,
I have a requirement where i need to create Interactions from Email and it has to be assigned to INTGroup group.
There will be a choice field on the Interaction form which will has Incident, Service Request and Hold as option.
Once the interaction is created via email and assigned to INTGROUP group then the Group member will manually check the short description , select the appropriate choice as INC or Service Request and then the Incident should get crated if the choice field on the interaction is selected as incident and record is updated and the Child field on the Interaction must be updated with the new incident record created.
How can we implement this in best possible way?
@Ankur Bawiskar
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2025 12:55 AM
You can try using Inbound email actions or Flow Designer.
If flow designer
- Create new flow
- set Trigger as Application > Inbound Email
- Table as interaction
- Give your specific conditions if any
- In the actions : Create record on table interaction and set the assignment group etc.
Accept the solution and mark as helpful if it does, to benefit future readers.
Regards,
Sumanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2025 01:22 AM
so you are getting an email and based on that you need to create interaction.
2 Approaches
1) You can use inbound email action of type "New" and handle the insertion, use current.insert() in script and you can set the fields if you want
OR
2) you can use inbound flow for this with no scripting
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2025 12:55 AM
You can try using Inbound email actions or Flow Designer.
If flow designer
- Create new flow
- set Trigger as Application > Inbound Email
- Table as interaction
- Give your specific conditions if any
- In the actions : Create record on table interaction and set the assignment group etc.
Accept the solution and mark as helpful if it does, to benefit future readers.
Regards,
Sumanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2025 01:22 AM
so you are getting an email and based on that you need to create interaction.
2 Approaches
1) You can use inbound email action of type "New" and handle the insertion, use current.insert() in script and you can set the fields if you want
OR
2) you can use inbound flow for this with no scripting
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader