Skip to content

Commit 34a977f

Browse files
authored
Asynchronous Callback API for Request Fulfilment
1 parent 8a48ea6 commit 34a977f

File tree

1 file changed

+12
-0
lines changed
  • Integration/Asynchronous Callback API for Request Fulfilment

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
When a request is created in ServiceNow, it is essential to send the request details to a third-party system via an API gateway (such as GAMS or API Gateway) for fulfilment activities, such as access provisioning or record creation. Given the potential for lengthy processing times due to a high volume of activities, a synchronous integration may lead to timeouts. Therefore, leveraging asynchronous integration allows for efficient handling of such requests.
3+
4+
5+
Benefits of Asynchronous Callback API:
6+
• Enhanced Performance: Asynchronous processing minimizes the risk of timeouts, ensuring that requests are handled efficiently, even when high volumes of activities are present.
7+
• Improved User Experience: Users are not left waiting for synchronous responses; instead, they can continue working while the third-party system processes their requests.
8+
• Reliable Status Tracking: The introduction of a dedicated status field allows for effective tracking of fulfilment outcomes, facilitating better communication with users regarding the success or failure of their requests.
9+
• Scalability: This approach can easily scale to accommodate increased workloads and additional integrations with other systems, enhancing overall operational capacity.
10+
• Flexibility in Integration: By decoupling request sending and status receiving, organizations can adapt to changes in third-party processes without disrupting their internal workflows.
11+
12+
This asynchronous callback API solution not only streamlines the integration process but also ensures that ServiceNow can effectively manage and track request fulfilment in a robust and user-friendly manner.

0 commit comments

Comments
 (0)