Node Details and readme updated

This commit is contained in:
rawee
2022-12-07 00:41:43 +05:30
parent 4c87e24f2a
commit 88d898d3b9
4 changed files with 28 additions and 8 deletions

View File

@@ -26,6 +26,11 @@
</script>
<script type="text/html" data-help-name="whatsapp-in">
<p>A simple node to recive whatsapp messages.</p>
<script type="text/markdown" data-help-name="whatsapp-in">
**Whatsapp In** : Node to recive all messages send to connected number.
- Simply deploy the node and wait for connected (green) status.
- After succesfully connection, Node is able to recive all messages.
- Messages can be read at `msg.payload` and `msg.body` and sender number can be read at `msg.from`.
- Please look complete `{msg}` to get all details about recived message.
</script>