Skip to content

Commit f9d45ba

Browse files
Merge pull request #222747 from dominicbetts/central-requestbin
IoT Central: REquestBin updates
2 parents 9117e5f + 979b158 commit f9d45ba

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

articles/iot-central/core/howto-configure-rules.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,13 @@ Webhooks let you connect your IoT Central app to other applications and services
5656

5757
In this example, you connect to *RequestBin* to get notified when a rule fires:
5858

59-
1. Open [RequestBin](https://requestbin.net/).
59+
1. Navigate to [RequestBin](https://requestbin.com/).
6060

61-
1. Create a new RequestBin and copy the **Bin URL**.
61+
1. Select **Create a RequestBin**.
62+
63+
1. Sign in with one of the available methods.
64+
65+
1. Copy the URL of your RequestBin endpoint.
6266

6367
1. Add an action to your rule:
6468

articles/iot-central/core/howto-export-to-webhook.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,15 @@ For Webhook destinations, IoT Central exports data in near real time. The data i
2121

2222
## Create a Webhook destination
2323

24-
You can export data to a publicly available HTTP Webhook endpoint. You can create a test Webhook endpoint using [RequestBin](https://requestbin.net/). RequestBin throttles request when the request limit is reached:
24+
You can export data to a publicly available HTTP Webhook endpoint. You can create a test Webhook endpoint using [RequestBin](https://requestbin.com/). RequestBin throttles request when the request limit is reached:
2525

26-
1. Open [RequestBin](https://requestbin.net/).
27-
1. Create a new RequestBin and copy the **Bin URL**. You use this URL when you test your data export.
26+
1. Navigate to [RequestBin](https://requestbin.com/).
27+
28+
1. Select **Create a RequestBin**.
29+
30+
1. Sign in with one of the available methods.
31+
32+
1. Copy the URL of your RequestBin You use this URL when you test your data export.
2833

2934
To create the Azure Data Explorer destination in IoT Central on the **Data export** page:
3035

articles/iot-central/core/howto-manage-data-export-with-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The response to this request looks like the following example:
119119
"id": "9742a8d9-c3ca-4d8d-8bc7-357bdc7f39d9",
120120
"displayName": "Webhook destination",
121121
"type": "webhook@v1",
122-
"url": "http://requestbin.net/r/f7x2i1ug",
122+
"url": "https://eofnjsh68jdytan.m.pipedream.net",
123123
"headerCustomizations": {},
124124
"status": "error",
125125
}

articles/iot-central/core/tutorial-use-rest-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ To create your test endpoint for the data export destination:
187187
188188
1. Navigate to [RequestBin](https://requestbin.com/).
189189
1. Select **Create a RequestBin**.
190+
1. Sign in with one of the available methods.
190191
1. Copy the URL of your RequestBin endpoint.
191192
1. In Postman, open the **IoT Central REST tutorial** collection and navigate to the collection variables.
192193
1. Paste the URL of your RequestBin endpoint into the **Current value** column for **webHookURL** in the collection variables.

0 commit comments

Comments
 (0)