Files
n8n_Demo/n8n-n8n-1.109.2/packages/nodes-base/nodes/Mandrill/test/sendHtml.workflow.json
2025-09-08 04:48:28 +08:00

73 lines
1.3 KiB
JSON
Executable File

{
"name": "sendHtml",
"nodes": [
{
"parameters": {},
"id": "test-trigger-node-id",
"name": "When clicking 'Execute workflow'",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [0, 0]
},
{
"parameters": {
"operation": "sendHtml",
"fromEmail": "sender@example.com",
"toEmail": "recipient@example.com",
"options": {
"html": "<h1>Test HTML Content</h1>",
"subject": "Test HTML Subject"
}
},
"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": "rejected",
"_id": "test-message-id-123",
"reject_reason": "global-block",
"queued_reason": null
}
}
]
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "test-version-id",
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "test-instance-id"
},
"id": "test-workflow-id-2",
"tags": []
}