You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pybytes/integrations/_index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,3 +11,5 @@ Pybytes offers a way to interact with external IoT platform or custom services,
11
11
*[Microsoft Azure](azure): a comprehensive collection of services and solutions designed to help you create end-to-end IoT applications on Azure
12
12
*[Google Cloud IoT](google): a complete set of tools to connect, process, store, and analyse data, both at the edge and in the cloud
13
13
*[Web Hooks](webhooks): this allows for user-defined HTTP callbacks to a defined remote destination. All elements of the requests (headers, query string parameters, etc) are customisable
Fill in the form specifying the following information:
18
-
1.The remote URL to which we will send the data
19
-
2. An event name
20
-
3. The HTTP method
21
-
4. The request format. Please note that we will pre-fill some headers whenever you change the format. The pre-filled headers are not modifiable.
22
-
5. You can optionally add some more headers and query parameters. There's also an eased interface for basic HTTP authentication.
17
+
1.Fill in the form specifying the following information: (for this example, you can leave the default settings)
18
+
*The remote URL to which we will send the data, in this example, we will use a custom URL generated on [webhook.site](https://webhook.site/), paste `Your unique URL` in the textbox.
19
+
* An event name
20
+
* The HTTP method
21
+
* The request format. Please note that we will pre-fill some headers whenever you change the format. The pre-filled headers are not modifiable.
22
+
* You can optionally add some more headers and query parameters. There's also an eased interface for basic HTTP authentication.
23
23
24
-
We will take care of formatting the body accordingly to the chosen request format. In case you've chosen _Custom Body_, you'll have to define everything yourself. You'll also be able to manually insert the presets.
25
-
Once you're done, you'll see a preview of the request at the bottom of the page. Remember to choose the devices you want to bind to this service.
24
+
2. We will take care of formatting the body accordingly to the chosen request format. In case you've chosen _Custom Body_, you'll have to define everything yourself. You'll also be able to manually insert the presets.
If everything's worked as expected, you should be able to see a summary of your integration, similar to the following:
28
+
3. Once you're done, you'll see a preview of the request at the bottom of the page. Remember to choose the devices you want to bind to this service.
29
+
30
+
4. If everything's worked as expected, you should be able to see a summary of your integration, similar to the following:
30
31
31
32

33
+
34
+
5. Setup the selected device to [Visualize signals](/pybytes/dashboard/) and view the webhook site you generated. If all went correctly, you should see the samples arrive there:
0 commit comments