diff --git a/sensgreen.yml b/sensgreen.yml new file mode 100644 index 0000000..ec8f8d3 --- /dev/null +++ b/sensgreen.yml @@ -0,0 +1,19 @@ +template-id: sensgreen +name: sensgreen +description: Integrate with Sensgreen +logo-url: https://sensgreen.com/wp-content/uploads/2023/04/indir-1-kopya.png +info-url: https://sensgreen.com/ +documentation-url: https://intercom.help/sensgreen-support/en/ +fields: + - id: api_key + name: API Key + description: Sensgreen API Token for authorization + secret: false +format: json +headers: + Authorization: Bearer {api_key} + Content-Type: application/json +create-downlink-api-key: false +base-url: https://prod.api.sensgreen.com/integrations/ttn +paths: + uplink-message: /data/ diff --git a/templates.yml b/templates.yml index a6e3f82..19eca32 100644 --- a/templates.yml +++ b/templates.yml @@ -29,4 +29,5 @@ - unaconnect - widgelix - wonderland -- traxmate \ No newline at end of file +- traxmate +- sensgreen \ No newline at end of file