Insert Record In Custom Table - Inbound E-Mail Action

-Andrew-
Kilo Sage

Hi there,

Is there a way of creating a record in a custom table when the recipient(s) to the inbound email are "****@******.com"?

I have been reviewing the ServiceNow Docs and community but can't find a way to do this.

I have created a new inbound email action called "Inbound Email Lookup - DPU" but this still generates an Incident and not a record in the chosen table.

Thanks for your help.

Andrew

1 ACCEPTED SOLUTION

Kieran Anson
Kilo Patron

Hi Andrew,

You're on the right tracks with an inbound action however it sounds like you've not set the order of your new action and therefore the OOB create incident action is being used.

Set the execution order lower than 100 (e.g 70) so it processed your action prior to the incident one. Also ensure you have checked 'stop processing'

If my reply helped with your issue please mark helpful 👍 and correct if your issue is now resolved.
By doing so you help other community members find resolved questions which may relate to an issue they're having.

View solution in original post

16 REPLIES 16

Hi Keiran,

 

This is what we've had for some time now, if you can provide some simpler logic i would be very grateful! 

Thanks - yes all i need is for this to create a new record 😛

Haha awesome,

does your email contain any variables that you want to map onto your form? Are you able to share an example email and where you want the data mapping to

Hey Keiran,

 

Only the customer, subject (to short desc) and body (to desc) 

Ah nice and simple, you won't even need to script that. Please reference below screenshot, just change caller to the name of your caller field. The script area can be left blank

find_real_file.png