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 →
{
"id": "798",
"name": "Send financial metrics monthly to Mattermos",
"nodes": [
{
"name": "ProfitWell",
"type": "n8n-nodes-base.profitWell",
"position": [
730,
220
],
"parameters": {
"type": "monthly",
"options": {}
},
"credentials": {
"profitWellApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Cron",
"type": "n8n-nodes-base.cron",
"position": [
530,
220
],
"parameters": {
"triggerTimes": {
"item": [
{
"hour": 9,
"mode": "everyMonth"
}
]
}
},
"typeVersion": 1
},
{
"name": "Mattermost",
"type": "n8n-nodes-base.mattermost",
"position": [
930,
220
],
"parameters": {
"message": "=Active Customers: {{$node[\"ProfitWell\"].json[\"active_customers\"]}}\nTrailing Customers: {{$node[\"ProfitWell\"].json[\"active_trialing_customers\"]}}\nNew Customers: {{$node[\"ProfitWell\"].json[\"new_customers\"]}}\nGrowth Rate: {{$node[\"ProfitWell\"].json[\"growth_rate\"]}}\nRecurring Revenue: {{$node[\"ProfitWell\"].json[\"recurring_revenue\"]}}",
"channelId": "w6rsxrqds3bt9pguxzduowqucy",
"attachments": [],
"otherOptions": {}
},
"credentials": {
"mattermostApi": "<your credential>"
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"Cron": {
"main": [
[
{
"node": "ProfitWell",
"type": "main",
"index": 0
}
]
]
},
"ProfitWell": {
"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.
mattermostApiprofitWellApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Send financial metrics monthly to Mattermos. Uses profitWell, mattermost. Scheduled trigger; 3 nodes.
Source: https://github.com/tommyshum/n8n_template_library/blob/87d0b7db31db00fcf781424ca7d9e86f1c9a9e1b/templates/official/template_798/workflow.json — 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.
Send financial metrics monthly to Mattermost. Uses profitWell, mattermost. Scheduled trigger; 3 nodes.
Mattermost Googlesheets. Uses googleSheets, mattermost. Scheduled trigger; 3 nodes.
NASA. Uses nasa, ftp, mattermost, httpRequest. Scheduled trigger; 18 nodes.
Weekly Coffee Chat Mattermost Version. Uses mattermost, googleCalendar. Scheduled trigger; 6 nodes.
Coffee Bot (Mattermost). Uses mattermost, googleCalendar. Scheduled trigger; 6 nodes.