Communication & Messaging

Coffee Bot (Matrix)

Coffee Bot (Matrix)

Scheduled
Medium
5
Nodes
Scheduled
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
5
Node Types
0

Workflow JSON

4.2 KB
{
  "id": "9",
  "name": "Coffee Bot (Matrix)",
  "nodes": [
    {
      "name": "Greetings",
      "type": "n8n-nodes-base.matrix",
      "position": [
        670,
        240
      ],
      "parameters": {
        "text": "👋 Happy Monday Groups for this week's virtual coffee are:",
        "roomId": "Enter your Room ID"
      },
      "credentials": {
        "matrixApi": "Matrix Creds"
      },
      "typeVersion": 1
    },
    {
      "name": "Employees in coffee chat channel",
      "type": "n8n-nodes-base.matrix",
      "position": [
        880,
        240
      ],
      "parameters": {
        "roomId": "Enter your Room ID",
        "filters": {
          "membership": ""
        },
        "resource": "roomMember"
      },
      "credentials": {
        "matrixApi": "Enter Your Matrix Credentials"
      },
      "typeVersion": 1
    },
    {
      "name": "Weekly trigger on monday1",
      "type": "n8n-nodes-base.cron",
      "position": [
        480,
        240
      ],
...

Showing first 1000 characters. Click "Expand" to view the full JSON.