For the complete documentation index, see llms.txt. This page is also available as Markdown.

Send Notification

The Send Notification block allows you to send yourself an email notification.

How To Use It

The Send Notifiaction block has two fields:

  1. Subject: the plaintext subject of the email.

  2. Email notification content: the plaintext or HTML body of the email.

Things To Know

  • Both fields are required.

  • Both fields accept variable and table references.

Block Behavior

  • The Email notification content field accepts a mix of plaintext and HTML. You may minify HTML in this field to eliminate extra whitespace in the email's body.

  • This block has a per minute sending rate limit. The rate limit is automatically applied when this block is activated within a Start Repeat loop.

  • Emails are sent from no-reply@notifications.zerowork.io. Consider whitelisting this email address within your email client.

  • Emails contain a standard footer text.

Examples & Use Cases

Notify yourself if an element is missing on a webpage
Notify yourself if a webpage is down or unreachable

Last updated