Skip to content

Commit 3a86b17

Browse files
committed
Update Blog “hpe-greenlake-cloud-integration-with-servicenow-using-webhooks”
1 parent 0000107 commit 3a86b17

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

content/blog/hpe-greenlake-cloud-integration-with-servicenow-using-webhooks.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ tags:
88
- webhooks
99
- hpe-greenlake-cloud
1010
---
11+
<style>
12+
li {
13+
font-size: 27px;
14+
line-height: 33px;
15+
max-width: none;
16+
}
17+
</style>
18+
1119
[ServiceNow](https://servicenow.com/), as a third-party platform, provides robust capabilities to develop custom webhook handlers that can directly receive and process external events in real time. These webhook handlers can be easily integrated with HPE GreenLake webhooks, allowing for smooth communication between systems. This flexibility enables teams to automate a wide range of workflows and trigger specific actions based on customer-defined requirements. By enabling seamless integration with other tools and services, this feature significantly enhances operational efficiency, reduces manual intervention, and ensures faster response to critical business events. Below are the steps to set up ServiceNow, develop a webhook handler, and integrate with the HPE GreenLake unified events framework to receive real-time events.
1220

1321
## Optional step 1: Login and setup of a ServiceNow instance
@@ -297,11 +305,9 @@ This step will allow you to trigger notifications in ServiceNow so one can easil
297305

298306
## Step 5: Call the webhook and test it with ServiceNow
299307

300-
1. Get the webhook endpoint. To get the Resource path, navigate to Scripted Rest API then search with created REST API name:
301-
302-
![Example of endpoint](/img/servicenoew-webhook-note1.jpg "Example of endpoint")
308+
1. Get the webhook endpoint. To get the Resource path, navigate to Scripted Rest API then search with created REST API name.
303309

304-
> It should look like:
310+
It should look like:
305311

306312
![Finding the endpoint URL](/img/servicenoew-webhook-note1.jpg "Finding the endpoint URL")
307313

0 commit comments

Comments
 (0)