# Notify

In DataSpace, a **notification** can be created as a specific type of transformation. Unlike typical transformations that process or modify data, a notification transformation acts on the data that flows through the pipeline to trigger external communication. This allows users to send messages or alerts based on the results or contents of their data, rather than on system events or job status.

Since transformations are written in Python, users have full flexibility to define their own notification logic. A transformation can, for example, send a message to a team channel when a dataset reaches a certain value or include summary statistics in a Slack or Telegram message.

The following are reference implementations that demonstrate how to connect to external APIs for messaging

{% columns %}
{% column %}
{% content-ref url="/pages/935e9f03b4d0cce63ca36e3507f8d9937c0980af" %}
[Slack](/platform/transformation/notify/slack.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
{% content-ref url="/pages/32002f277b64c69dd8552004858524c002da26ac" %}
[Telegram](/platform/transformation/notify/telegram.md)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}


---

# 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.dataspace.ch/platform/transformation/notify.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.
