n8n/packages/nodes-base/nodes/EmailSend/EmailSend.node.json
Michael Kret d47bfddd65
feat(Discord Node): New sendAndWait operation (#12894)
Co-authored-by: Dana <152518854+dana-gill@users.noreply.github.com>
2025-01-31 13:44:42 +02:00

35 lines
946 B
JSON

{
"node": "n8n-nodes-base.emailSend",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": ["Communication", "HITL", "Core Nodes"],
"subcategories": {
"HITL": ["Human in the Loop"]
},
"resources": {
"credentialDocumentation": [
{
"url": "https://docs.n8n.io/integrations/credentials/sendemail/"
}
],
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.sendemail/"
}
],
"generic": [
{
"label": "2021: The Year to Automate the New You with n8n",
"icon": "☀️",
"url": "https://n8n.io/blog/2021-the-year-to-automate-the-new-you-with-n8n/"
},
{
"label": "Build your own virtual assistant with n8n: A step by step guide",
"icon": "👦",
"url": "https://n8n.io/blog/build-your-own-virtual-assistant-with-n8n-a-step-by-step-guide/"
}
]
},
"alias": ["SMTP", "email", "human", "form", "wait", "hitl", "approval"]
}