--- title: Matrix node documentation description: Learn how to use the Matrix node in n8n. Follow technical documentation to integrate Matrix node into your workflows. contentType: [integration, reference] --- # Matrix node Use the Matrix node to automate work in Matrix, and integrate Matrix with other applications. n8n has built-in support for a wide range of Matrix features, including getting current user's account information, sending media and messages to a room, and getting room members and messages. On this page, you'll find a list of operations the Matrix node supports and links to more resources. ```{note} Credentials Refer to [Matrix credentials](/08-0-0-Workflow/integrations/builtin/credentials/matrix.md) for guidance on setting up authentication. ``` ## Operations * Account * Get current user's account information * Event * Get single event by ID * Media * Send media to a chat room * Message * Send a message to a room * Gets all messages from a room * Room * New chat room with defined settings * Invite a user to a room * Join a new room * Kick a user from a room * Leave a room * Room Member * Get all members ## Templates and examples