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 →
{
"createdAt": "2021-04-30T10:58:10.188Z",
"updatedAt": "2021-04-30T10:58:10.188Z",
"id": "194",
"name": "Mailjet:Email:send sendTemplate",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
],
"id": "0a7bd7bf-38ad-4d4f-9e74-390a5a008663"
},
{
"parameters": {
"operation": "sendTemplate",
"subject": "test",
"fromEmail": "node8qa@gmail.com",
"toEmail": "node8qa@gmail.com",
"templateId": "2850185",
"additionalFields": {}
},
"name": "Mailjet",
"type": "n8n-nodes-base.mailjet",
"typeVersion": 1,
"position": [
480,
240
],
"credentials": {
"mailjetEmailApi": {
"name": "<your credential>"
}
},
"id": "ad66d136-3fcc-4173-871e-545e451c3fdb"
},
{
"parameters": {
"fromEmail": "node8qa@gmail.com",
"toEmail": "node8qa@gmail.com",
"subject": "test",
"text": "test",
"additionalFields": {}
},
"name": "Mailjet1",
"type": "n8n-nodes-base.mailjet",
"typeVersion": 1,
"position": [
620,
240
],
"credentials": {
"mailjetEmailApi": {
"name": "<your credential>"
}
},
"id": "9a786724-7be7-4cc8-bac6-f168b1afa8b7"
},
{
"parameters": {
"resource": "sms",
"subject": "test",
"text": "test"
},
"name": "Mailjet2",
"type": "n8n-nodes-base.mailjet",
"typeVersion": 1,
"position": [
480,
390
],
"credentials": {
"mailjetSmsApi": {
"name": "<your credential>"
}
},
"disabled": true,
"id": "20d1d0dd-e801-41c9-a1b1-1aae62a2a1bf"
}
],
"connections": {
"Mailjet": {
"main": [
[
{
"node": "Mailjet1",
"type": "main",
"index": 0
}
]
]
},
"Start": {
"main": [
[
{
"node": "Mailjet",
"type": "main",
"index": 0
},
{
"node": "Mailjet2",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": null,
"versionId": null,
"triggerCount": 0,
"tags": []
}
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.
mailjetEmailApimailjetSmsApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Mailjet:Email:send sendTemplate. Uses start, mailjet. Manual trigger; 4 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/194.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.
AWS Bedrock Basic Example. Uses start, n8n-nodes-aws-bedrock-assumerole. Manual trigger; 2 nodes.
DocuFlow Universal Extraction. Uses start, httpRequest. Manual trigger; 7 nodes.
Variables Example Workflow. Uses start, n8n-nodes-variables-store. Manual trigger; 5 nodes.
Manage contacts via Autopilot. Uses autopilot. Manual trigger; 4 nodes.