Email Bounce (IMAP)

trigger_email_bounce · trigger · Triggers · Available · v1.0.0

Description

Watch an IMAP mailbox and trigger ONLY on bounces (Delivery Status Notifications, RFC 3464) — the "undeliverable" notices from MAILER-DAEMON. Regular emails in the same mailbox are ignored; the payload is structured (bounced recipient, reason, original message id) for list-hygiene workflows.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
systemAccountId
Account email (Settings → Email Accounts)
email-account-pickernoAccount IMAP dal vault per-tenant. Se selezionato, host/port/credenziali vengono da lì.
host
IMAP host
stringno
imap.example.com
port
Port
numberno993
username
Username
stringno
password
Password
string (encrypted)no
mailbox
Cartella IMAP
stringnoINBOXDove arrivano i bounce. Di norma INBOX (i DSN tornano al mittente). Se hai una regola che li smista, indica quella cartella.
pollIntervalSec
Intervallo polling (secondi)
numberno120Frequenza di controllo. I bounce non sono urgenti → 120s di default.
onlyUnseen
Solo email NON LETTE
booleannofalseSe ON, considera solo i messaggi \Seen=false. Il dedup resta sul Message-ID.
markSeen
Quando marcare come letta
enum
on-successalwaysnever
noon-successon-success (raccomandato) = marca letta solo se il workflow completa. always = sempre. never = mai.
tlsMode
Cifratura
enum
tlsstarttlsplain
notlstls = porta 993 (raccomandato). starttls = 143. plain = nessuna cifratura.

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-trigger_email_bounce-1",
  "defId": "trigger_email_bounce",
  "label": "Email Bounce (IMAP)",
  "config": {
    "port": 993,
    "mailbox": "INBOX",
    "pollIntervalSec": 120,
    "onlyUnseen": false,
    "markSeen": "on-success",
    "tlsMode": "tls"
  }
}

🔗 Related nodes in the same category

Ready to use Email Bounce (IMAP)?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes