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": "Lemlist Trigger",
"type": "n8n-nodes-base.lemlistTrigger",
"position": [
410,
160
],
"parameters": {
"event": "emailsReplied",
"options": {
"campaignId": "cam_H5pYEryq6mRKBiy5v"
}
},
"credentials": {
"lemlistApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Mattermost",
"type": "n8n-nodes-base.mattermost",
"position": [
610,
160
],
"parameters": {
"message": "={{$json[\"firstName\"]}} has replied back to your {{$json[\"campaignName\"]}}. Below is the reply:\n> {{$json[\"text\"]}}",
"channelId": "qx9yo1i9z3bg5qcy5a1oxnh69c",
"attachments": [],
"otherOptions": {}
},
"credentials": {
"mattermostApi": "<your credential>"
},
"typeVersion": 1
}
],
"connections": {
"Lemlist 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.
lemlistApimattermostApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Mattermost Lemlist. Uses lemlistTrigger, mattermost. Event-driven trigger; 2 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Classify Lemlist Replies Using Openai And Automate Reply Handling. Uses markdown, lemlistTrigger, stickyNote, lmChatOpenAi. Event-driven trigger; 18 nodes.
Lemlist Slack. Uses markdown, lemlistTrigger, stickyNote, lmChatOpenAi. Event-driven trigger; 18 nodes.
Lemlist Slack. Uses lemlist, hubspot, httpRequest, slack. Event-driven trigger; 12 nodes.
Want to collect email subscribers without paying expensive monthly fees? 💰 This workflow creates a free email collection system with built-in email verification to ensure you only collect legitimate e
Manual Googlesheets. Uses manualTrigger, dropcontact, googleSheets, lemlist. Event-driven trigger; 4 nodes.