Steps that use saved email integrations (IMAP) for mailbox search and related behaviour.
Overview
Email steps run against integrations you configure under Settings → Integrations. The catalogue includes mailbox search, single-message fetch and mailbox actions (read state, delete, move), outbound send (SMTP) with optional draft save (IMAP), and more templates can ship in this same family over time.
Steps in this family
- Search email, free-text IMAP search with results exposed on
exe.*for downstream mapping. - Send email, compose To, Cc, subject, and body (optional HTML), attach files from public URLs (for example Supabase storage links), send via SMTP or save as a draft over IMAP; execution fields on
exe.*cover success, errors, and message id. - Get email message, load one message by IMAP UID (optional folder override, optional body previews) with details on
exe.message_json. - Set email read state, mark a message read or unread using the IMAP seen flag.
- Delete email message, remove a message by UID (destructive; behaviour depends on the provider).
- Move email message, file a message into another folder by UID and destination path.