n8n-workflows / workflows /Emailreadimap /1050_Emailreadimap_Send.json
cheekeong2025's picture
Upload 2055 files
51d1d83 verified
{
"nodes": [
{
"name": "IMAP Email",
"type": "n8n-nodes-base.emailReadImap",
"position": [
760,
400
],
"parameters": {
"options": {
"allowUnauthorizedCerts": false
}
},
"credentials": {
"imap": "imap_creds"
},
"typeVersion": 1
}
],
"connections": {}
}