How to configure inbound REST messages through a MID Server

Sagaya1
Giga Expert

Hi ,

I need to configure inbound REST call through MID server to pull the data from external system.

In Service now doc i can view "Sending outbound REST messages through a MID Server"

https://docs.servicenow.com/bundle/quebec-application-development/page/integrate/outbound-rest/concept/c_OutboundRESTMIDServerSupport.html

, but unable to find the inbound flow . Please help to resolve this issue.

 

Regards

Sagaya

1 ACCEPTED SOLUTION

Maik Skoddow
Tera Patron
Tera Patron

Hi Sagaya

currently MID server is not able to process inbound REST API calls. Please consider MID Server is no routing machine. It puts all responses into the ECC Queue of ServiceNow where the data is processed asynchronously.

But why can your systems not reach ServiceNow? 

Kind regards
Maik

If my answer replied your question please mark appropriate response as correct so that the question will appear as resolved for other users who may have a similar question in the future.

View solution in original post

6 REPLIES 6

Hi Sagaya

Did my reply answer your question?

If so, please mark the appropriate response as "correct" so that the question will appear as resolved for other users who may have a similar question in the future.

If not, please tell me what you are still missing!

Many thanks & kind regards
Maik

Joel Pelt
Tera Contributor

This looks like it is accepting inbound REST calls: 

 

URL to push custom payloads

The MID Server can also receive a custom payload in JSON, XML, or plain text format. In this case, the MID Server transforms the event messages using the script include that you provide, and then sends the events to the instance. The URL in this case is:

http://{MID_Server_IP}:{MID_Web_Server_Port}/api/mid/em/inbound_event?Transform={Transform_script_name}

https://docs.servicenow.com/bundle/sandiego-it-operations-management/page/product/event-management/concept/event-collection-via-MID-using-push.html