Skip to content

Commit 17f1866

Browse files
committed
Update Blog “hpe-greenlake-cloud-integration-with-servicenow-using-webhooks”
1 parent a399363 commit 17f1866

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ li {
2020

2121
## Optional step 1: Login and setup of a ServiceNow instance
2222

23-
> Note: You can ignore Step 1 if you already have a ServicesNow instance.
23+
> *Note: You can ignore Step 1 if you already have a ServicesNow instance.*
2424
2525
1. Create a ServiceNow developer instance in ServiceNow using the following link: https://signon.service-now.com/
2626
2. After signing in, click on the Request Instance found at the top right corner of the screen.
@@ -44,7 +44,9 @@ li {
4444

4545
![Registering a scripted REST API handler](/img/servicenow-webhook-blog-cfb0ec5a-f2f3-4982-bf02-361f5efe9d73.jpeg "Registering a scripted REST API handler")
4646

47-
1. Paste the code snippet below in the Script section of the above created record (Change the secret in line 144). More info on challenge request [here](https://developer.greenlake.hpe.com/docs/greenlake/services/event/public/webhooks/#webhook-verification)
47+
5. Paste the code snippet below in the Script section of the above created record (Change the secret in line 144).
48+
49+
> *Note: To better understand the code below, which implements the verification challenge sent to the ServiceNow handler by HPE GreenLake cloud, refer to the documentation page [here](https://developer.greenlake.hpe.com/docs/greenlake/services/event/public/webhooks/#webhook-verification) or the following [blog post](https://developer.hpe.com/blog/getting-started-with-the-hpe-greenlake-cloud-eventing-framework/).*
4850
4951
```python
5052
// Code Snippet for GreenLake Webhook handler

0 commit comments

Comments
 (0)