From f551ee56184d1e1eaf5adc053af9acc9b7df0e88 Mon Sep 17 00:00:00 2001 From: bipproduction Date: Mon, 17 Nov 2025 17:24:52 +0800 Subject: [PATCH] update version --- src/README.md | 51 ++++++++++++++++++++++++++++++++++++++++++++++++ src/package.json | 4 ++-- 2 files changed, 53 insertions(+), 2 deletions(-) create mode 100644 src/README.md diff --git a/src/README.md b/src/README.md new file mode 100644 index 0000000..b492535 --- /dev/null +++ b/src/README.md @@ -0,0 +1,51 @@ +# n8n-nodes-wajs + +This is an n8n node to integrate with Wajs (WA-Resmi), allowing you to send various types of WhatsApp messages. + +Wajs is a service that provides a WhatsApp API. You can find more information and documentation at [https://wa-resmi.com](https://wa-resmi.com). + +## Installation + +To use this node, you need to install it in your n8n setup. + +1. Go to **Settings > Community Nodes**. +2. Select **Install**. +3. Enter `n8n-nodes-wajs` as the npm package name. +4. Agree to the risks and click **Install**. + +n8n will restart, and the new node will be available in the editor. + +## Credentials + +To use this node, you need to configure your Wajs credentials. + +1. Go to the **Credentials** section in n8n. +2. Click **Add credential**. +3. Search for **Wajs** and select it. +4. Fill in the following fields: + * **API Key**: Your Wajs API Key. + * **Device Key**: Your Wajs Device Key. +5. Click **Save**. + +## Supported Operations + +This node supports the following operations for the `Message` resource: + +* **Send Text**: Send a plain text message. +* **Send Media**: Send media files like images, videos, audio, or documents. +* **Send Button**: Send a message with interactive buttons. +* **Send Template**: Send a pre-defined template message. +* **Send Location**: Send a map location. +* **Send Contact**: Send a contact card. +* **Send Reaction**: Send a reaction to a message. +* **Forward Message**: Forward an existing message. +* **Check Number**: Check if a phone number is valid and has a WhatsApp account. + +## Author + +* **Name**: makuro +* **Phone**: 6289697338821 + +## License + +ISC diff --git a/src/package.json b/src/package.json index 8efe4f8..58de515 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "n8n-nodes-wajs", - "version": "1.0.43", + "version": "1.1.13", "keywords": [ "n8n", "n8n-nodes" @@ -20,4 +20,4 @@ "credentials/WajsCredentials.credentials.js" ] } -} +} \ No newline at end of file