I need to notify external people, non-ServiceNow users, when a specific Item is ordered. I tried using the email notification using a condition. But somehow I wasn't able to work it out. What would the the most efficient way to make this happen?
I can't refer to a specific item when I select the sc_req_item table as condition. So I probably need a small workaround?
Have you tried creating a Workflow runscript activity in that particular Catalog Item to create an event to send notification to External users? You can pass the external email ID easily while calling the event for triggering the notification.