> For the complete documentation index, see [llms.txt](https://docs.bunny.com/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bunny.com/guide/advanced-guides/integrations/slack.md).

# Slack

Bunny's Slack integration enables you to notify users or channels in Slack when certain events happen, for example:

* Notify #sales when a deal is closed
* Notify an approver when a quote must be approved
* Notify a deal owner when a quote has been accepted or rejected
* Notify a deal owner when a customer has viewed a quote

Bunny comes with a number of standard workflows where you can easy add this logic or you can create entirely new workflows that incorporate Slack messaging.

## Configuration

Go to **Other >** integration and select the Slack integration.

<figure><img src="/files/0uXBDxZyDR8bo45UI08H" alt=""><figcaption><p>Slack integration configuration</p></figcaption></figure>

Click the **Authorize with app** button to start the authorization process.

<img src="/files/uVfCLSHmXhWcBTP0Y66q" alt="" data-size="original">

The channel that Slack asks for is not significant. You can post to any channel from Bunny once the integration is configured. Click **Allow** to complete the process and update the integration in Bunny.

<figure><img src="/files/laW1gJQTT2ViKfmQdj54" alt=""><figcaption><p>Slack configured</p></figcaption></figure>

Don't forget to click the **Enabled** toggle. This will make expose Slack actions in workflows. You can also used the **Only enable for user** setting to confine Slack message to a specific user while you are still testing them.

## Sending messages to Slack

Once the Slack integration is configured and enabled, you can start using it in workflows. The screenshow below shows a simple workflow that posts a message to the #signups channel whenever a lead associated with the "Website sign-ups" campaign is created.

<figure><img src="/files/qcExwI3pRm5ZKEZ6BHLr" alt=""><figcaption><p>Workflow using the Slack integration </p></figcaption></figure>

If your business runs on Slack, Bunny's Slack integration can add another level of usability and automation to your quoting and revenue operations.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bunny.com/guide/advanced-guides/integrations/slack.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
