diff --git a/templates.yml b/templates.yml index b73460b..a6e3f82 100644 --- a/templates.yml +++ b/templates.yml @@ -29,3 +29,4 @@ - unaconnect - widgelix - wonderland +- traxmate \ No newline at end of file diff --git a/traxmate.yml b/traxmate.yml new file mode 100644 index 0000000..274f504 --- /dev/null +++ b/traxmate.yml @@ -0,0 +1,17 @@ +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 - found under Settings -> Account + secret: true +format: json +headers: + Content-Type: application/json +create-downlink-api-key: true +base-url: https://capture.v1.traxmate.io/capture/service/{token} +