diff --git a/doc/content/integrations/webhooks/webhook-templates/format.md b/doc/content/integrations/webhooks/webhook-templates/format.md index ddc68f83fa..3202c462ee 100644 --- a/doc/content/integrations/webhooks/webhook-templates/format.md +++ b/doc/content/integrations/webhooks/webhook-templates/format.md @@ -18,8 +18,13 @@ All of the webhook templates must contain the following fields which describe th - `logo-url`: The URL of the logo of the service. - `info-url`: The URL of the main page of the service. - `documentation-url`: The URL of the documentation of the service. +- `tts-documentation-url`: The URL of the documentation of the service on `thethingsindustries.com/docs`. -The difference between `documentation-url` and `info-url` is that `info-url` should lead to the home page of the service (i.e. `https://www.thethingsnetwork.org/`), while `documentation-url` should lead directly to the location of the documentation (i.e. `https://www.thethingsnetwork.org/docs/applications/example/`). +Here are the differences between `info-url`, `documentation-url` and `tts-documentation-url`: + +- `info-url` should lead to the home page of the service (i.e. `https://www.thethingsnetwork.org/`). +- `documentation-url` should be used for the location of the documentation on the service's page (i.e. `https://www.thethingsnetwork.org/docs/applications/example/`). +- `tts-documentation-url` meanwhile should be used for the guides in our documentation (see [cloud-integrations]({{< relref "../../cloud-integrations/_index.md" >}})). ## Template Fields