Matrix: Create Room, Invite Members, and Send Message
detail.loadingPreview
Creates a Matrix room, invites members from another room, and sends a welcome message.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the process of setting up a new Matrix room. It first creates a new room, then checks if specific users are already members of another room. Based on this check, it invites users to the newly created room and finally sends a welcome message to the new room.
Key Features
- Create a new Matrix room with a specified name and alias.
- Invite members from an existing Matrix room to the newly created room.
- Send a message to the newly created room.
- Includes conditional logic to invite members only if they are not already present (based on user ID comparison).
- Implements basic error handling.
How To Use
- Configure Matrix Credentials: Ensure you have a Matrix API credential configured in n8n.
- Set Room Details: In the first Matrix node (
Matrix), specify the desiredroomNameandroomAliasfor the new room. - Specify Target Room for Invites: In the second Matrix node (
Matrix2), provide theroomIdof the existing room from which members should be invited. - Define User ID for Comparison: The
If Nodecompares user IDs. EnsureMatrix1is configured to fetch the relevant user ID, andMatrix2is set up to fetch user IDs from the target room. - Customize Welcome Message: In the
Matrix4node, edit thetextparameter to personalize the welcome message. - Execute Workflow: Click the 'execute' button on the manual trigger node to start the workflow.
Apps Used
Workflow JSON
{
"id": "dcbd4768-85c4-4ab2-8ff7-06dc48f97c82",
"name": "Matrix: Create Room, Invite Members, and Send Message",
"nodes": 0,
"category": "Matrix",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: dcbd4768-85c4...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Convert Any Webpage to PDF and Save Locally
This n8n workflow provides a simple way to convert any public webpage URL into a PDF document. Once converted, the PDF file is automatically saved to your local disk, making it easy to archive or share web content offline.
Automated Multi-Platform Influencer Discovery & Qualification
This powerful n8n workflow automates the entire process of discovering, scoring, and qualifying ideal influencers across Instagram, TikTok, and YouTube for your marketing campaigns. Streamline your talent acquisition by leveraging custom criteria and a sophisticated scoring algorithm.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Automated Multi-Platform Social Media Publisher
Streamline your social media content creation and publishing with this n8n workflow. Simply fill out a web form with your caption, media (image or video), and target platforms, and let n8n automate the posting process across multiple social networks.