Skip to content

Commit

Permalink
Merge pull request #85 from Youngcheol-Shin/feature/add-pilot-things-…
Browse files Browse the repository at this point in the history
…template

Create new pilot-things template
  • Loading branch information
adriansmares committed Aug 24, 2023
2 parents 2967b46 + c092369 commit b7fe175
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pilot-things.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
template-id: pth-webhook
name: Pilot Things
description: Integrate with Pilot Things
logo-url: https://uploads-ssl.webflow.com/5f8d948f34c9a0f2d3cb9061/5f983bc50422104f8fd31232_PilotThings_Logo_Bleu.png
info-url: https://www.pilot-things.com/
documentation-url: https://www.pilot-things.com/support/iot
fields:
- id: apikey
name: Pilot Things API Key
description: API key as provided on Pilot Things
secret: false
format: json
headers:
apikey: apikey {apikey}
Content-Type: application/json
base-url: https://api.pilot-things.cloud/network/http/tti
paths:
uplink-message: /

0 comments on commit b7fe175

Please sign in to comment.