UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

53 lines (52 loc) 1.27 kB
{ "type": "object", "properties": { "id": { "type": "string" }, "settings": { "type": "object", "properties": { "from_name": { "type": "string" }, "reply_to": { "type": "string" }, "title": { "type": "string" } } }, "status": { "type": "string" }, "tracking": { "type": "object", "properties": { "clicktale": { "type": "string" }, "ecomm360": { "type": "boolean" }, "goal_tracking": { "type": "boolean" }, "google_analytics": { "type": "string" }, "html_clicks": { "type": "boolean" }, "opens": { "type": "boolean" }, "text_clicks": { "type": "boolean" } } } }, "version": 1 }