Skip to content

Commit

Permalink
Request to add Traxmate Webhook for TTI Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
FieldAppEngineerCombain authored Nov 1, 2023
1 parent 2c03558 commit a27bb48
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions traxmate
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
template-id: traxmate
name: Traxmate
description: Send data to Traxmate via TTI adapter
logo-url: https://traxmate.io/wp-content/uploads/2023/10/8429011b-92b9-4f53-b9fd-49285d29c437.png
info-url: https://traxmate.io
documentation-url: https://traxmate.io/support/getting-started/
fields:
- id: token
name: Servicetoken
description: Traxmate API Servicetoken
secret: true
- id: devEUI
name: devEUI
description: Unique Hardware Identifier
secret: false
format: json
headers:
Authorization: Token {token}
create-downlink-api-key: true
base-url: http://online.traxmate.io:3000/capture/{token}/device/{devEUI}
paths:
uplink-message:

0 comments on commit a27bb48

Please sign in to comment.