> For the complete documentation index, see [llms.txt](https://docs.timvero.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.timvero.com/timveroos-admin-panel-documentation/v.8.2/setup/06-notifications.md).

# Notifications

## Overview

Create notification templates and configure automated communications for borrowers, participants, and internal teams.

## What You'll Configure

| Component                   | Purpose                             |
| --------------------------- | ----------------------------------- |
| **Notification Templates**  | Email/SMS content with variables    |
| **Event Associations**      | Link templates to triggering events |
| **Recipient Configuration** | Define who receives notifications   |
| **Gateway Selection**       | Choose delivery channels            |

## Configuration Guides

### [Notification Templates](/timveroos-admin-panel-documentation/v.8.2/setup/06-notifications/notification-templates.md)

Create notification templates for automated communications.

**What you'll configure:**

* Email and SMS templates with variables
* Event type associations
* Recipient type selection
* Gateway configuration (Email, SMS)

**What requires Building Platform configuration (SDK):**

* Notification event types (when notifications can trigger)
* Notification models (what data is available in templates)
* Custom recipient types beyond BORROWER
* SMS and messenger gateway integrations

**Time to complete:** 30-60 minutes per template

***

## Prerequisites

* Development team has configured notification events on the Building Platform before templates can be created
* Gateway credentials configured (SMTP for email, provider for SMS)

## Related Operations

Once configured, see how notifications are used in operations:

* [Notifications (OPS - Origination)](/timveroos-admin-panel-documentation/v.8.2/ops/01-origination/notifications.md) - Viewing notification history during origination
* [Notifications (OPS - Servicing)](/timveroos-admin-panel-documentation/v.8.2/ops/02-servicing/notifications.md) - Viewing notification history for loans

## Next Steps

After configuring notifications, proceed to:

* [Data Integration](/timveroos-admin-panel-documentation/v.8.2/setup/07-data-integration.md) - Configure Feature Store, Metrics, and Covenants

***

*For additional support, consult your implementation team.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.timvero.com/timveroos-admin-panel-documentation/v.8.2/setup/06-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.
