We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6585f52 commit 461d540Copy full SHA for 461d540
use-cases/webhook/config.yaml
@@ -0,0 +1,18 @@
1
+devices:
2
+ - name: radio1
3
+ tcp: meshtastic.local
4
+pipelines:
5
+ pipeline1:
6
+ - debugger:
7
+ log_level: debug
8
+ radio-to-webhook:
9
+ - message_filter:
10
+ app:
11
+ allow:
12
+ - "TEXT_MESSAGE_APP"
13
+ - webhook:
14
+ active: true
15
+ body: '{"lat": "{LAT}", "lng": "{LNG}", "text_message": "{MSG}"}'
16
+ url: "https://webhook.site/452ea027-f9f1-4a62-827b-c921715fcdfb"
17
+ headers:
18
+ Content-type: application/json
0 commit comments