From 1c30a6a15ab05c97a2f895c876e86eb4562e50ab Mon Sep 17 00:00:00 2001 From: Christian Castelli Date: Fri, 30 Nov 2018 11:38:31 +0100 Subject: [PATCH] Added notes on custom body --- pybytes/integrations/webhooks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pybytes/integrations/webhooks.md b/pybytes/integrations/webhooks.md index 070f48d..562c0c5 100644 --- a/pybytes/integrations/webhooks.md +++ b/pybytes/integrations/webhooks.md @@ -14,12 +14,12 @@ Whenever one of your integrated devices sends a signal to our broker, we perform 3. The HTTP method 4. The request format. Please note that we will prefill some headers whenever you change the format. The prefilled headers are not modifiable. 5. You can optionally add some more headers and query parameters. There's also an eased interface for basci HTTP auth. - 6. 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 by yourself and you'll also be allowed to manually insert the presets. +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 by yourself and you'll also be allowed to manually insert the presets. 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. ![Web Hook definition](../../.gitbook/assets/02_webhook_integration.png) -3. If everything's worked as expected, you should be able to see a summary of your integration like the following: +1. If everything's worked as expected, you should be able to see a summary of your integration like the following: ![Creation process result](../../.gitbook/assets/03_webhook_integration.png)