Skip to main content
Add these nodes with the pipeline builder: pipeline.add(name="...").<node>(...). Each entry lists the node’s configuration parameters. See the Pipeline reference for add, run, and lifecycle methods.

custom_smtp_email_sender

Send emails using a custom SMTP server configuration
pipeline.add(name="node").custom_smtp_email_sender(email_subject="...", recipient_email="...", sender_email="...", sender_password="...")
Parameters
connection_type
str
default:"'SSL'"
One of: SSL, STARTTLS, TLS
email_body
str
default:"''"
email_subject
str
required
recipient_email
str
required
send_as_html
bool
default:"''"
sender_email
str
required
sender_name
str
default:"''"
sender_password
str
required
smtp_server
str
required
smtp_server_port
int
default:"465"

email_notification

Send email notifications from no-reply@vectorshiftmail.com
pipeline.add(name="node").email_notification(email_subject="...", recipient_email="...")
Parameters
email_body
str
default:"''"
email_subject
str
required
recipient_email
str
required
send_as_html
bool
default:"''"

notifications

Send alerts and notifications via different channels
pipeline.add(name="node").notifications()
Parameters
sub_type
str
default:"''"

sms_notification

Send text message notifications
pipeline.add(name="node").sms_notification(message="...", phone_number="...")
Parameters
message
str
required
phone_number
str
required

sticky_note

Platform docs: sticky_note
pipeline.add(name="node").sticky_note()
Parameters
text
str
default:"''"

zapier

pipeline.add(name="node").zapier()
Parameters
payload
str
default:"''"
webhook_url
str
default:"''"