AutomationFlowsSocial Media › Receive a Mattermost message when a user updates their profile on Facebook

Receive a Mattermost message when a user updates their profile on Facebook

Receive a Mattermost message when a user updates their profile on Facebook. Uses facebookTrigger, mattermost. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesFacebook TriggerMattermost
Social Media Trigger: Event Nodes: 2 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": "131",
  "name": "Receive a Mattermost message when a user updates their profile on Facebook",
  "nodes": [
    {
      "name": "Facebook Trigger",
      "type": "n8n-nodes-base.facebookTrigger",
      "position": [
        590,
        260
      ],
      "parameters": {
        "appId": "",
        "options": {
          "includeValues": true
        }
      },
      "credentials": {
        "facebookGraphAppApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "Mattermost",
      "type": "n8n-nodes-base.mattermost",
      "position": [
        790,
        260
      ],
      "parameters": {
        "message": "=The user with uid {{$node[\"Facebook Trigger\"].json[\"uid\"]}} changed their {{$node[\"Facebook Trigger\"].json[\"changes\"][0][\"field\"]}} to {{$node[\"Facebook Trigger\"].json[\"changes\"][0][\"value\"][\"page\"]}}.",
        "channelId": "13fx8838gtbj3d41a6a7c1w7fe",
        "attachments": [],
        "otherOptions": {}
      },
      "credentials": {
        "mattermostApi": "<your credential>"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "Facebook Trigger": {
      "main": [
        [
          {
            "node": "Mattermost",
            "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

Receive a Mattermost message when a user updates their profile on Facebook. Uses facebookTrigger, mattermost. Event-driven trigger; 2 nodes.

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

More Social Media workflows → · Browse all categories →