> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognite.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Transformation Notifications

> Subscribe to transformation notifications in Cognite Data Fusion (CDF).

Transformation notifications let you receive alerts when transformation jobs complete or fail. You subscribe to notifications for specific transformations and receive updates about job outcomes.

## Why use notifications

This helps you monitor data pipeline health without manual checking. Instead of polling job status, you configure a notification destination (such as a webhook or email) and receive events when jobs finish. You can react to failures quickly or trigger downstream processes on success.

## Subscription model

You create a notification subscription for a transformation. The subscription specifies the destination and optionally filters (for example, only failures). When a job completes, the system sends a notification to your configured endpoint.

<Note>
  Configure your notification destination to accept and validate incoming requests. Ensure the endpoint is reachable from CDF.
</Note>

## Key capabilities

* **Subscribe** to transformation job events
* **Receive alerts** on completion or failure
* **Configure destinations** (webhooks, etc.)
* **Filter** by success or failure
