# Pipeline Actions

These actions define what happens after a trigger and condition are met.

| Action Name    | Description                                                              |
| -------------- | ------------------------------------------------------------------------ |
| Slack          | Sends a notification to a specified Slack channel.                       |
| Email          | Sends an email notification to designated recipients.                    |
| Webhook        | Sends workflow results to an external system through a webhook endpoint. |
| Block Pipeline | Stops the pipeline run when workflow conditions are met.                 |
| Alert Pipeline | Sends a notification to the pipeline without blocking execution.         |
