https://github.com/thethingsnetwork/lorawan-webhook-templates
https://github.com/thethingsnetwork/lorawan-webhook-templates
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thethingsnetwork/lorawan-webhook-templates
- Owner: TheThingsNetwork
- License: apache-2.0
- Created: 2020-06-25T12:38:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T13:19:43.000Z (over 1 year ago)
- Last Synced: 2025-04-14T21:49:59.939Z (about 1 year ago)
- Language: Go
- Size: 409 KB
- Stars: 10
- Watchers: 7
- Forks: 47
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Webhook Templates for The Things Stack
This repository contains Webhook templates to be used with The Things Stack.
Webhook templates [format](https://www.thethingsindustries.com/docs/integrations/webhooks/webhook-templates/format/) and [instantiation](https://www.thethingsindustries.com/docs/integrations/webhooks/webhook-templates/instantiation/) process are defined by The Things Stack official documentation.
## File Format
Webhook templates are defined in YAML files. An example YAML file can be found in this repository under `example.yml`, while an index of webhook templates is in `templates.yml`.
## Contributing
Thank you for your interest in building this thing together with us. We're really happy with our active community and are glad that you're a part of it.
The Things Stack uses the `github.com/TheThingsNetwork/lorawan-webhook-templates` as default source for fetching Webhook templates. Therefore, contributing to this open source repository makes Webhook templates automatically available to Stack deployments with default settings. You can contribute by submitting pull requests. Are you new to GitHub? That's great! [Read here about pull requests](https://help.github.com/articles/about-pull-requests/). Please also use the editor settings as defined in `.editorconfig`.
When submitting a new Webhook template or making changes to an existing one, please make sure the integration defined by it works correctly.