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": "wf7d89d16cef7b",
"name": "Send a message on Mattermost when an order is created in WooCommerce",
"nodes": [
{
"name": "WooCommerce Trigger",
"type": "n8n-nodes-base.wooCommerceTrigger",
"position": [
550,
260
],
"parameters": {
"event": "order.created"
},
"credentials": {
"wooCommerceApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Mattermost",
"type": "n8n-nodes-base.mattermost",
"position": [
750,
260
],
"parameters": {
"message": "={{$(\"WooCommerce Trigger\").item.json[\"billing\"][\"first_name\"]}} bought {{$(\"WooCommerce Trigger\").item.json[\"line_items\"][0][\"name\"]}}!",
"channelId": "pj1p95ebei8g3ro5p84kxxuuio",
"attachments": [],
"otherOptions": {}
},
"credentials": {
"mattermostApi": "<your credential>"
},
"typeVersion": 1
}
],
"settings": {
"executionOrder": "v1"
},
"connections": {
"WooCommerce 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.
mattermostApiwooCommerceApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Send a message on Mattermost when an order is created in WooCommerce. Uses wooCommerceTrigger, mattermost, stopAndError. Event-driven trigger; 3 nodes.
Source: https://github.com/basictechorg/n8n-business-automation/blob/main/workflows/e-commerce/0294_Mattermost_Woocommerce_Create_Triggered.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.
New WooCommerce Customer to Mautic. Uses mautic, wooCommerceTrigger, stopAndError. Event-driven trigger; 6 nodes.
New WooCommerce order to Slack. Uses wooCommerceTrigger, slack, stopAndError. Event-driven trigger; 4 nodes.
Send a message on Mattermost when an order is created in WooCommerce. Uses wooCommerceTrigger, mattermost. Event-driven trigger; 2 nodes.
New WooCommerce Customer to Mautic. Uses mautic, wooCommerceTrigger. Event-driven trigger; 5 nodes.
This workflow uses a WooCommerce trigger that will run when a new customer has been added, It will then add the customer to Mautic.