Skip to content

Commit

Permalink
rm others
Browse files Browse the repository at this point in the history
  • Loading branch information
devlikepro committed Sep 27, 2024
1 parent 6c34b2d commit 1b79cf2
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ node.
- [**🧩 WAHA + n8n Integration**](https://waha.devlike.pro/docs/integrations/n8n/)

# How to use the templates

1. Go to your **n8n** with installed **@devlikeapro/n8n-nodes-waha** node.
2. **Add new workflow**
3. Import one of the **templates** with either:
Expand All @@ -31,7 +32,8 @@ node.
* [Forward WhatsApp text messages to email](#forward-whatsapp-text-messages-to-email)
* [Fetch image, Rotate and Send it back](#fetch-image-rotate-and-send-it-back)
* [Send custom HTTP request to WAHA API](#send-custom-http-request-to-waha-api)
* [Other Templates](#other-templates)
* [Restart server at midnight](#restart-server-at-midnight)
* [WAHA Trigger Explanation](#waha-trigger-explanation)
- [Contribute](#contribute)

<!-- tocstop -->
Expand All @@ -49,6 +51,7 @@ Simple WhatsApp Bot template that replies with **"pong"** if received **"ping"**
**"image"**.

## [WhatsApp Typebot Integration](./whatsapp-typebot)

<p align="center">
<img
src="./whatsapp-typebot/workflow.png"
Expand All @@ -75,6 +78,7 @@ messages to WhatsApp via [n8n](https://n8n.io/).
Send **QR code** to **Email** when session it's in `SCAN_QR_CODE` status.

## [Send Bulk Messages API](./send-bulk-messages)

<p align="center">
<img
src="./send-bulk-messages/workflow.png"
Expand All @@ -85,6 +89,7 @@ Send **QR code** to **Email** when session it's in `SCAN_QR_CODE` status.
Forward all WhatsApp incoming text messages to the Email.

## [Forward WhatsApp text messages to email](./forward-all-text-messages-to-email)

<p align="center">
<img
src="./forward-all-text-messages-to-email/workflow.png"
Expand All @@ -95,6 +100,7 @@ Forward all WhatsApp incoming text messages to the Email.
Forward all WhatsApp incoming text messages to the Email.

## [Fetch image, Rotate and Send it back](./fetch-image-rotate-and-send-it-back)

<p align="center">
<img
src="./fetch-image-rotate-and-send-it-back/workflow.png"
Expand All @@ -103,6 +109,7 @@ Forward all WhatsApp incoming text messages to the Email.
</p>

## [Send custom HTTP request to WAHA API](./send-custom-http-request-to-waha)

<p align="center">
<img
src="./send-custom-http-request-to-waha/workflow.png"
Expand All @@ -112,9 +119,21 @@ Forward all WhatsApp incoming text messages to the Email.

Template how to send custom HTTP request to WAHA API. It sends video message on incoming message with text "video".

## Other Templates
- [Restart server at midnight](./restart-server-at-midnight) - Restart server at midnight
- [WAHA Trigger Explanation](./waha-trigger-explanation) - Explanation of **WAHA Trigger** node
## [Restart server at midnight](./restart-server-at-midnight)

Restart server at midnight

## [WAHA Trigger Explanation](./waha-trigger-explanation)

<p align="center">
<img
src="./waha-trigger-explanation/workflow.png"
height=400
/>
</p>


Explanation of **WAHA Trigger** node

# Contribute

Expand Down

0 comments on commit 1b79cf2

Please sign in to comment.