Block 1 - Receive Tawk.to Request
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
This automation workflow captures incoming chat messages from your Tawk.to live chat widget and sends alert emails via Gmail to notify your support team instantly. It is designed to help you respon...
n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.gmail
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Sarfaraz Muhammad Sajib.
Original n8n.io sourceThis automation workflow captures incoming chat messages from your Tawk.to live chat widget and sends alert emails via Gmail to notify your support team instantly. It is designed to help you respond promptly to visitors and improve your customer support experience.
https://your-n8n-instance.com/webhook/a4bf95cd-a30a-4ae0-bd2a-6d96e6cca3b4)Visitor Message or Chat Message Received)sendTo parameter.Receive Tawk.to Request:
This webhook node listens for POST requests from Tawk.to containing chat message data.
Format the message:
Extracts relevant data from the incoming payload such as chat ID, visitor name, country, and message text, and assigns them to new fields for easy use downstream.
Send alert email:
Uses Gmail node to send a notification email to your support team with all relevant chat details formatted in a clear, concise text email.
Email Recipient:
Update the sendTo field in the Send alert email node to specify your support team’s email address.
Email Content:
Modify the message template in the Send alert email node’s message parameter to suit your tone or include additional details like timestamps or chat URLs.
Additional Processing:
You can extend the workflow by adding nodes for logging chats, triggering Slack notifications, or storing messages in a database.
By following these instructions, your support team will receive immediate email alerts whenever a new chat message arrives on your website, improving response times and customer satisfaction.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Send chat message notifications from Tawk.to to Gmail |
|---|---|
| Complexity | beginner |
| Nodes | 3 |
| Categories | Support Chatbot |
| Author | Sarfaraz Muhammad Sajib |
| Published | 15 Jul 2025 |
Use the JSON export at /data/workflows/6024/6024.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This automation workflow captures incoming chat messages from your Tawk.to live chat widget and sends alert emails via Gmail to notify your support team instantly. It is designed to help you respon...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Support Chatbot use case.