{ "name": "sendTemplateWithSubaccount", "nodes": [ { "parameters": {}, "id": "test-trigger-node-id", "name": "When clicking 'Execute workflow'", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [0, 0] }, { "parameters": { "resource": "message", "operation": "sendTemplate", "template": "test-template-subaccount", "fromEmail": "sender@example.com", "toEmail": "recipient@example.com", "options": { "subAccount": "regression-test-subaccount", "subject": "Testing subaccount functionality" } }, "id": "test-mandrill-node-id", "name": "Mandrill", "type": "n8n-nodes-base.mandrill", "typeVersion": 1, "position": [220, 0], "credentials": { "mandrillApi": { "id": "test-credentials-id", "name": "Test Mandrill API" } } } ], "connections": { "When clicking 'Execute workflow'": { "main": [ [ { "node": "Mandrill", "type": "main", "index": 0 } ] ] } }, "pinData": { "Mandrill": [ { "json": { "email": "recipient@example.com", "status": "sent", "reject_reason": null, "_id": "test-subaccount-message-id" } } ] }, "active": false, "settings": { "executionOrder": "v1" }, "versionId": "test-version-id", "meta": { "instanceId": "test-instance" }, "id": "test-workflow-subaccount-id", "tags": [] }