> For the complete documentation index, see [llms.txt](https://docs.does.qa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.does.qa/test-steps/integration/slack-send.md).

# Slack Send

Slack Send posts a message to a Slack channel during a run. Use it to notify a team when a Flow reaches a milestone or when a [Value](/values/value-store.md) should appear in Slack for quick review.

![Slack send Test Step](https://app.does.qa/screenshots/node/integration_slack_send.png)

## When to use it

* Alert a channel when a long regression pack completes a critical section.
* Send an order ID or run reference pulled from the Value Store after a checkout Flow.
* Place the step after the data you need has been stored by an earlier Data or API step.

## Configure

### Basics

| Field       | What to set                                           |
| ----------- | ----------------------------------------------------- |
| **Channel** | Slack channel to receive the message                  |
| **Message** | Message text and/or a [Value](/values/value-store.md) |

### Advanced

| Field              | What to set                                          |
| ------------------ | ---------------------------------------------------- |
| **Status on fail** | [Failed Status](/test-step-options/failed-status.md) |

## Related

* [POST](/test-steps/integration/post.md)
* [Test Response](/test-steps/utility/test-response.md)
* [Value Store](/values/value-store.md)
* [Integration](/test-steps/integration.md)

**Tags:** `integration`, `slack`, `send`, `message`
