- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2021 10:43 AM
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
Solved! Go to Solution.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2021 11:02 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2021 03:23 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2022 01:53 PM
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