forked from TheThingsNetwork/lorawan-webhook-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.yml
More file actions
23 lines (23 loc) · 679 Bytes
/
example.yml
File metadata and controls
23 lines (23 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
template-id: example
name: Example Template
description: A simple webhook template
logo-url: https://upload.wikimedia.org/wikipedia/commons/3/30/Vector-based_example.svg
info-url: https://www.example.com
documentation-url: https://www.iana.org/domains/reserved
fields:
- id: region
name: Server region
description: On which region should the service endpoint land on
secret: false
default-value: eu
- id: api-key
name: API Key
description: API key used for authorization
secret: false
format: json
headers:
Authorization: Bearer {api-key}
create-downlink-api-key: true
base-url: https://www.example.com{/region}
paths:
uplink-message: /uplink