Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Create incident or service request via email

Irfan Uddin1
Kilo Contributor

Hello Everyone,

 

Is there a way of creating an Incident or a Service Request from an inbound email.  Currently, ServiceNow is only creating Incidents using the inbound email action.  We want to if we can create either an incident OR populate a generic catalog item from an inbound email.  This is without using a template.

 

Thank you for your advise!

1 REPLY 1

DanielCordick
Mega Patron
Mega Patron

you would need to use the Cart API in an inbound action to submit a catalog request.. you would need to add in the logic for what should be an INC and what should be a catalog item

 

this should get you started 

 

https://www.servicenow.com/community/developer-forum/submitting-a-catalog-item-from-an-inbound-actio...

 

 

Mark Correct if this solves your issue and also mark 👍 Helpful if you find my response helped in any way