Automate Matrix Room Creation, Member Invites & Welcome Messages
Creates a new Matrix room, fetches members from an existing room, invites them (skipping current user), and sends a welcome message for seamless team chat management.
This n8n workflow automates Matrix room management by starting with a manual trigger to create a new room named 'n8n' with alias 'discussion-n8n'. It then retrieves the current user's account details and lists members from a specified source room (e.g., '!cMUIsUgevrhCoeMkSG:matrix.org'). An IF node checks if the current user's ID differs from the fetched member ID, proceeding only on true to avoid self-invites.
On the true path, it invites the user to the newly created room and sends a 'Welcome
Platform
n8n
Category
Language Tools
Price
$11.99
Creator
Fred Garcia
matrix
chat
room-management
invite-members
team-communication
messaging
automation
matrix-api
welcome-message
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.