Send MultiMedia Added to chats out

This commit is contained in:
rawee
2023-01-24 00:59:38 +05:30
parent 98742199d5
commit 1830190943
3 changed files with 55 additions and 13 deletions

View File

@@ -47,5 +47,12 @@ Node to send whatsapp messages.
As simple as mention on name, node will send `msg.payload` recived at input to the number mentioned in node.
MultiMedia Message Out: Requirments-
| Input | Description |
|--------|-------------|
| `msg.image` | Base64 (encoded image) |
| `msg.payload` | Image Caption |
| `msg.toNumber` | Sender number (if number not provided in node) |
-*Don't forget to mention international dialing code befor your number. Number must be in format like `+11 99999 99999` without any space.*
</script>