- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2023 12:19 AM
As Mid Server process , What is inbound and outbound call ? SNOW documentation says it is only make outbound calls .
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2023 12:53 AM
@Deepika Jain An inbound call is a webs-service call which a ServiceNow instance receives from a third party system. An outbound call is a web-service call which the ServiceNow system makes to access data on a third party system with the help of an API.
In order to provide higher degree of data security ServiceNow only allows MID server to initiate any communication with ServiceNow instance hence only outbound calls are supported from MID server to ServiceNow instance. For more information please refer to https://docs.servicenow.com/en-US/bundle/rome-servicenow-platform/page/product/mid-server/concept/mi...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2023 12:53 AM
@Deepika Jain An inbound call is a webs-service call which a ServiceNow instance receives from a third party system. An outbound call is a web-service call which the ServiceNow system makes to access data on a third party system with the help of an API.
In order to provide higher degree of data security ServiceNow only allows MID server to initiate any communication with ServiceNow instance hence only outbound calls are supported from MID server to ServiceNow instance. For more information please refer to https://docs.servicenow.com/en-US/bundle/rome-servicenow-platform/page/product/mid-server/concept/mi...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 12:13 AM
Got my answer, Thank you!