AutomationFlowsSlack & Telegram › Gender Inclusive Language

Gender Inclusive Language

Gender Inclusive Language. Uses mattermost, noOp. Webhook trigger; 4 nodes.

Webhook trigger★★☆☆☆ complexity4 nodesMattermost
Slack & Telegram Trigger: Webhook Nodes: 4 Complexity: ★★☆☆☆

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "id": "18",
  "name": "Gender Inclusive Language",
  "nodes": [
    {
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        150,
        450
      ],
      "parameters": {
        "path": "webhook",
        "options": {},
        "httpMethod": "POST"
      },
      "typeVersion": 1
    },
    {
      "name": "Mattermost1",
      "type": "n8n-nodes-base.mattermost",
      "position": [
        550,
        300
      ],
      "parameters": {
        "message": "May I suggest \"folks\" or \u201cy'all\u201d? We use gender inclusive language here. \ud83d\ude04",
        "channelId": "={{$node[\"Webhook\"].json[\"body\"][\"channel_id\"]}}",
        "attachments": [],
        "otherOptions": {}
      },
      "credentials": {
        "mattermostApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "IF",
      "type": "n8n-nodes-base.if",
      "position": [
        340,
        450
      ],
      "parameters": {
        "conditions": {
          "string": [
            {
              "value1": "={{$node[\"Webhook\"].json[\"body\"][\"text\"]}}",
              "value2": "guys",
              "operation": "contains"
            },
            {
              "value1": "={{$node[\"Webhook\"].json[\"body\"][\"text\"]}}",
              "value2": "Guys",
              "operation": "contains"
            },
            {
              "value1": "={{$node[\"Webhook\"].json[\"body\"][\"text\"]}}",
              "value2": "bros",
              "operation": "contains"
            },
            {
              "value1": "={{$node[\"Webhook\"].json[\"body\"][\"text\"]}}",
              "value2": "Bros",
              "operation": "contains"
            },
            {
              "value1": "={{$node[\"Webhook\"].json[\"body\"][\"text\"]}}",
              "value2": "dudes",
              "operation": "contains"
            },
            {
              "value1": "={{$node[\"Webhook\"].json[\"body\"][\"text\"]}}",
              "value2": "Dudes",
              "operation": "contains"
            },
            {
              "value1": "={{$node[\"Webhook\"].json[\"body\"][\"text\"]}}",
              "value2": "gals",
              "operation": "contains"
            },
            {
              "value1": "={{$node[\"Webhook\"].json[\"body\"][\"text\"]}}",
              "value2": "Gals",
              "operation": "contains"
            }
          ]
        },
        "combineOperation": "any"
      },
      "typeVersion": 1
    },
    {
      "name": "NoOp",
      "type": "n8n-nodes-base.noOp",
      "position": [
        550,
        550
      ],
      "parameters": {},
      "typeVersion": 1
    }
  ],
  "active": true,
  "settings": {},
  "connections": {
    "IF": {
      "main": [
        [
          {
            "node": "Mattermost1",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "NoOp",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "IF",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

About this workflow

Gender Inclusive Language. Uses mattermost, noOp. Webhook trigger; 4 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More Slack & Telegram workflows → · Browse all categories →