Skip to content

Commit ae164fd

Browse files
committed
Update Blog “no-code-integration-of-hpe-greenlake-cloud-with-servicenow”
1 parent f3040fd commit ae164fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/blog/no-code-integration-of-hpe-greenlake-cloud-with-servicenow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ li {
1313
}
1414
</style>
1515

16+
17+
1618
In my [previous tutorial](https://developer.hpe.com/blog/getting-started-with-the-hpe-greenlake-cloud-eventing-framework/) on webhooks for HPE GreenLake cloud, I used a no-code/low-code platform called [Make.com](https://www.make.com/) to implement a webhook handler. The webhook handler’s URL endpoint was then registered with HPE GreenLake cloud to subscribe to audit log events from the platform. In my simplistic use case, I stored these events in a Google Sheet as they arrived.
1719

1820
For this handler, I was responsible for taking care of the handshake initiated by HPE GreenLake cloud when the new webhook was registered. This is a security feature that uses a secret key shared by HPE GreenLake cloud and the webhook handler. The following diagram illustrates the mechanics involved in this process.
@@ -147,8 +149,6 @@ Next, I’ll dive into the properties of the **HTTP Make a request** module that
147149
* Two custom headers for **Accept** and **Content-Type** both set to *application/json*
148150
* **Body type**: *Raw*
149151

150-
151-
152152
![Setting up HTTP Make a request properties - part 1](/img/webhook-blog-servicenow-picture-3.jpg "Setting up HTTP Make a request properties - part 1")
153153

154154
To setup the JSON payload as shown below, I need to first configure the first step of my webhook scenario to use the JSON payload of the ***Expiring Subscriptions*** event described earlier.

0 commit comments

Comments
 (0)