Workflow: Mattermost Airtable Create

Workflow Details

Download Workflow
{
    "id": "151",
    "name": "Receive a Mattermost message when new data gets added to Airtable",
    "nodes": [
        {
            "name": "Airtable Trigger",
            "type": "n8n-nodes-base.airtableTrigger",
            "position": [
                550,
                340
            ],
            "parameters": {
                "baseId": "",
                "tableId": "Data",
                "pollTimes": {
                    "item": [
                        {
                            "mode": "everyMinute"
                        }
                    ]
                },
                "triggerField": "Created",
                "additionalFields": []
            },
            "credentials": {
                "airtableApi": "Airtable Credentials n8n"
            },
            "typeVersion": 1
        },
        {
            "name": "Mattermost",
            "type": "n8n-nodes-base.mattermost",
            "position": [
                750,
                340
            ],
            "parameters": {
                "message": "=New Data was added to Airtable.\nID:{{$node[\"Airtable Trigger\"].json[\"fields\"][\"id\"]}}\nName: {{$node[\"Airtable Trigger\"].json[\"fields\"][\"name\"]}}",
                "channelId": "",
                "attachments": [],
                "otherOptions": []
            },
            "credentials": {
                "mattermostApi": "mattermost"
            },
            "typeVersion": 1
        }
    ],
    "active": false,
    "settings": [],
    "connections": {
        "Airtable Trigger": {
            "main": [
                [
                    {
                        "node": "Mattermost",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Splitout Webhook Create Webhook
View
Manual N8N Export Triggered
View
Datetime GoogleCalendar Send Scheduled
View
Form Code Create Triggered
View
Wait Splitout Send Webhook
View
Manual Splitinbatches Automate Triggered
View
CoinMarketCap_Exchange_and_Community_Agent_Tool
View
Manual Helpscout Automate Triggered
View
Datetime Functionitem Create Webhook
View
Editimage Manual Update Webhook
View