# Notifications

## Introduction

Notifications can be set to email a specific email address when an automation either fails or succeeds.&#x20;

### Selecting Notifications

Notifications are set in the automation builder by clicking a plus sign and choosing **Notifications**.&#x20;

### Notifications settings

At any point of a workflow, you can choose to send a notification. Notifications can be sent on success, on failure, or when either happen by checking the appropriate boxes.&#x20;

### Recipient email addresses

The Recipient email address field is a text box where you can specify any email address to receive the notification. Couchdrop supports multiple email addresses separated by a comma.&#x20;

### Email template

Couchdrop uses pre-filled email templates for notifications. There are slight variations depending on the event, but the emails will follow a similar structure to below:&#x20;

Subject: \[Company name specified in Admin settings] - \[Event] notification

Hi there,&#x20;

Just wanted to let you know that your file \[full file path] pulled by \[username] has been \[event] from \[directory].&#x20;

If you require support or assistance with this please email us on <support@couchdrop.io> and someone will be in contact shortly.&#x20;

Thank you,&#x20;

Team @ Couchdrop


---

# 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.couchdrop.io/features/transfer-automations/notifications.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.
