Skip to content

Commit 509f33d

Browse files
Merge pull request #109 from srirengarajan-pb-16331/feature/add-zoho-iot-webhook-template
Add zoho iot webhook template
2 parents 7f68f89 + 16c87fe commit 509f33d

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

templates.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@
3030
- widgelix
3131
- wonderland
3232
- traxmate
33-
- sensgreen
33+
- sensgreen
34+
- zoho-iot

zoho-iot.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
template-id: zoho-iot
2+
name: Zoho IoT
3+
description: >
4+
Forward uplink messages securely to Zoho IoT.
5+
logo-url: https://zdblogs.zohocorp.com/sites/iot/iot-hub/files/group_12.jpg
6+
info-url: https://www.zoho.com/iot
7+
documentation-url: https://help.zoho.com/portal/en/kb/iot/devices/working-with-datastreams/articles/connectivity-guide-the-things-stack
8+
fields:
9+
- id: endpoint
10+
name: URL Param Implementation
11+
description: >
12+
Enter the URL Param Implementation value of your Zoho IoT Data Stream.
13+
Example: https://57913xxxxx.zohoiothub.com/v1/iot/datastream/589600000147xxx?token=f5zzzzzzzzzzzz
14+
secret: false
15+
format: json
16+
create-downlink-api-key: false
17+
base-url: "{+endpoint}"
18+
paths:
19+
uplink-message: ""
20+
body:
21+
uplink-message:
22+
device: "{{end_device_ids.device_id}}"
23+
dev_eui: "{{end_device_ids.dev_eui}}"
24+
application: "{{end_device_ids.application_ids.application_id}}"
25+
time: "{{received_at}}"
26+
f_port: "{{data.uplink_message.f_port}}"
27+
f_cnt: "{{data.uplink_message.f_cnt}}"
28+
payload_raw: "{{data.uplink_message.frm_payload}}"
29+
decoded_payload: "{{data.uplink_message.decoded_payload}}"
30+
rx_metadata: "{{data.uplink_message.rx_metadata}}"

0 commit comments

Comments
 (0)