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 →
{
"nodes": [
{
"name": "Mattermost",
"type": "n8n-nodes-base.mattermost",
"position": [
650,
200
],
"parameters": {
"message": "={{$json[\"contact\"][\"firstName\"]}} from {{$json[\"contact\"][\"company\"]}} has replied back to your campaign.",
"channelId": "qx9yo1i9z3bg5qcy5a1oxnh69c",
"attachments": [],
"otherOptions": {}
},
"credentials": {
"mattermostApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Emelia Trigger",
"type": "n8n-nodes-base.emeliaTrigger",
"position": [
450,
200
],
"parameters": {
"events": [
"replied"
],
"campaignId": "6054d068b374b64365740101"
},
"credentials": {
"emeliaApi": "<your credential>"
},
"typeVersion": 1
}
],
"connections": {
"Emelia 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.
emeliaApimattermostApi
About this workflow
Mattermost Emelia. Uses mattermost, emeliaTrigger. Event-driven trigger; 2 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →