# Notification

The "**Notification**" is typically used at the end of the pipeline and doesn't have an output that can call the next task.

It is typically used to send messages to the "write" [integrations](https://docs.ylem.co/integrations) you configured before.

For example, that's how you can send a message to Slack:

<figure><img src="https://3180830455-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FD0FT8l3QzMrw546vOdHU%2Fuploads%2FPhU3EjKHhJKKQMLfSiv9%2FScreenshot%202023-01-09%20at%2017.54.19.png?alt=media&#x26;token=00312d14-8aeb-49e2-8882-ffe52bde1d57" alt=""><figcaption></figcaption></figure>

Resulting message in Slack:

<figure><img src="https://3180830455-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FD0FT8l3QzMrw546vOdHU%2Fuploads%2FvHzeBXNVjlB37qRP2hYo%2FScreenshot%202023-01-09%20at%2017.54.50.png?alt=media&#x26;token=9dc74a10-9d78-4b3b-a648-e8c93e05b399" alt=""><figcaption></figcaption></figure>

Learn more about the [formatting of messages here](https://docs.ylem.co/pipelines/formatting-of-messages).

{% hint style="info" %}
If an integration supports sending files to it (for example, [E-mails](https://docs.ylem.co/integrations/library-of-integrations/e-mail)), you can do it the same way it is done with the "[API call](https://docs.ylem.co/pipelines/tasks-ip/api-call)".
{% endhint %}
