# Send Notification

<figure><img src="/files/zarGSvXGMrIiAib81sgZ" alt=""><figcaption></figcaption></figure>

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

{% hint style="danger" %}
The email will be sent to the email address associated with your ZeroWork account. If you need to send an email notification to recipients other than yourself, consider using a [Send HTTP Request](/using-zerowork/using-building-blocks/apis-send-http-request.md) block to integrate with third-party email APIs.
{% endhint %}

#### 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](/using-zerowork/using-variables.md) and [table](/using-zerowork/using-tables.md) references.

<figure><img src="/files/4umzaOujZICDUgiwKJG3" alt=""><figcaption></figcaption></figure>

#### 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](/using-zerowork/using-building-blocks/start-repeat.md) 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

<div><figure><img src="/files/dK8GuvCU3iNjGFjrRmqR" alt=""><figcaption><p>Notify yourself if an element is missing on a webpage</p></figcaption></figure> <figure><img src="/files/wmR2V22yDqDXw9bmPpFh" alt=""><figcaption><p>Notify yourself if a webpage is down or unreachable</p></figcaption></figure></div>

{% embed url="<https://youtu.be/3a0BSJqVGcg?si=2a0QYUCiY5fRtsXs>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zerowork.io/using-zerowork/using-building-blocks/send-notification.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
