Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Microshare webhook template #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
27 changes: 27 additions & 0 deletions microshare.yml
@@ -0,0 +1,27 @@
template-id: microshare
name: Microshare
description: Send your sensor data to the Microshare IoT platform
logo-url: https://www.microshare.io/wp-content/uploads/2023/06/logo-clearbkgd-2023-USA-grey-text-tagline-1000px.png
info-url: https://www.microshare.io/
documentation-url: https://docs.microshare.io/docs/2/
fields:
- id: instance
name: Microshare Instance
description: Enter "daks" for Development System or "paks" for Production System
default-value: daks
- id: recType
name: Microshare Record Type
description: Enter "io.microshare.motion.packed" for Motion, "io.microshare.feedback.packed" for Feedback or "io.microshare.environment.packed" for Environment Record Type
default-value: io.microshare.motion.packed
- id: token
name: Token
description: Microshare API Token
secret: true
default-value:
format: json
headers:
Authorization: Bearer {token}
create-downlink-api-key: false
base-url: https://ingest.{instance}.microshare.io/share/{recType}/{token}
paths:
uplink-message: /
1 change: 1 addition & 0 deletions templates.yml
Expand Up @@ -15,6 +15,7 @@
- losant
- myiotopentech
- mclimate
- microshare
- qubitro
- tagoio
- telemetry2u
Expand Down