Skip to content

Email Trigger

Send email notifications via SMTP.

Parameter Type Required Default Description
smtp_server string SMTP server address
smtp_port integer 587 SMTP port
use_tls boolean true Enable TLS encryption
username string SMTP username
password string SMTP password
sender_email string From email address
recipient_email string To email address
subject string Email subject
body string Email body
attachment_path string File attachment path

Example:

smtp_server: smtp.gmail.com
smtp_port: 587
use_tls: true
username: sender@gmail.com
password: app_password
sender_email: sender@gmail.com
recipient_email: recipient@example.com
subject: "Scrape Complete: ${project_name}"
body: "Your scrape of ${target_url} completed. ${record_count} records extracted."
Provider Server Port
Gmail smtp.gmail.com 587
Outlook/Hotmail smtp.office365.com 587
Yahoo smtp.mail.yahoo.com 587
Custom Your mail server 587 or 465