Skip to content

Commit f38f648

Browse files
committed
Update Blog “hpe-greenlake-cloud-integration-with-servicenow-using-webhooks”
1 parent c1dfa3b commit f38f648

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,10 @@ This step will allow you to trigger notifications in ServiceNow so one can easil
299299

300300
1. Get the webhook endpoint. To get the Resource path, navigate to Scripted Rest API then search with created REST API name:
301301

302-
It should look like: https://<dev-instance>.service-now.com/<Resource path>
303-
For example: https://dev111111.service-now.com/api/1762185/unified_events/webhook1
302+
![Example of endpoint](/img/servicenoew-webhook-note1.jpg "Example of endpoint")
303+
304+
> It should look like: https://<dev-instance>.service-now.com/<Resource path>
305+
> For example: https://dev111111.service-now.com/api/1762185/unified_events/webhook1
304306

305307
![Finding the endpoint URL](/img/servicenow-webhook-blog-10399983-7080-49e4-9fb6-9257e60aeeb5.jpeg "Finding the endpoint URL")
306308

@@ -309,7 +311,6 @@ For example: https://dev111111.service-now.com/api/1762185/unified_events/webhoo
309311
```shell
310312
curl --location 'https://<dev instance>.service-now.com/api/1762185/unified_events/webhook1' \
311313
--header 'Content-Type: application/json' \
312-
--header 'Cookie: BIGipServerpool_dev226204=2760023818.50240.0000; JSESSIONID=735ACA9CE6CA60EE6630654A273A8C5B; glide_node_id_for_js=aedb2cb28299a6f6f2f37d40a1ccd6e0a130002a3ae9db669d5165d8d3340ea5; glide_user_route=glide.d93c2abbe87ef6afc3ca04fcff1ae755' \
313314
--data '{
314315
"name": "Grills",
315316
"status": "SOLD",
@@ -336,4 +337,4 @@ curl --location 'https://<dev instance>.service-now.com/api/1762185/unified_even
336337

337338
## Conclusion
338339

339-
Leveraging ServiceNow’s webhook handling capabilities allows us to create highly responsive, automated workflows tailored to customer needs. By integrating seamlessly with existing systems, it not only streamlines operations but also enhances agility and scalability in managing real-time events across platforms.
340+
Leveraging ServiceNow’s webhook handling capabilities allows us to create highly responsive, automated workflows tailored to customer needs. By integrating seamlessly with existing systems, it not only streamlines operations but also enhances agility and scalability in managing real-time events across platforms.
60.6 KB
Loading

0 commit comments

Comments
 (0)