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

Tech Radar
View
Youtube_Automation
View
Adaptive RAG
View
Upload video, create playlist and add video to playlist
View
Make OpenAI Citation for File Retrieval RAG
View
Splitout Limit Create Webhook
View
Slack Stickynote Send Webhook
View
Schedule HTTP Create Webhook
View
puq-docker-n8n-deploy
View
RAG on living data
View