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

# Slack integration

### 1️⃣ Get Slack Webhook URL

1. Open the Slack guide <https://docs.slack.dev/messaging/sending-messages-using-incoming-webhooks/>  > then click **Create an App**.

<figure><img src="/files/9koR8BhbRoDyY1i19yXW" alt=""><figcaption></figcaption></figure>

2. Click **Create New App** > select your Slack workspace > enter your app name > click **Create App**

<figure><img src="/files/ZgiTiSOEXmlnocvrpEwd" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/hegEfXYhOohqVqpILtPj" alt=""><figcaption></figcaption></figure>

3. Enable Incoming Webhooks

* In the left sidebar, open **Incoming Webhooks**
* Turn on **Activate Incoming Webhooks**

<figure><img src="/files/J7iysd7yt0jIpRuCWOEm" alt=""><figcaption></figcaption></figure>

4. Click **Add New Webhook >** select the Slack channel you want to receive notifications in > click **Allow**

Slack will generate a Webhook URL.

<figure><img src="/files/TnI6lugKcHOWxJpeiJ1d" alt=""><figcaption></figcaption></figure>

5. Copy the generated Webhook URL

<figure><img src="/files/iXv5ZbUS5CLBEACMmn6U" alt=""><figcaption></figcaption></figure>

***

### 2️⃣ Add Webhook to Form App & Test

1. Open the app > click Forms > open the form
2. Navigate to the **Slack Integration** section > turn on the **Slack** option

<figure><img src="/files/QnkD44PqQWOnxYkci14N" alt=""><figcaption></figcaption></figure>

3. Paste the Slack **Webhook URL** into the webhook field

<figure><img src="/files/QGANSHAhXcTpU7yo6FXR" alt=""><figcaption></figcaption></figure>

3. Add the variables of the form fields to the slack message
4. Click **Save** to enable the integration
5. Submit a test form entry.

If setup is correct, the submission notification will appear in your selected Slack channel.

<figure><img src="/files/NHIDx2pDFCmGg230sGTU" alt=""><figcaption></figcaption></figure>

***

#### Need More Help?

If you still need assistance, please contact us at <contact@globo.io>. Our team will be happy to help you resolve any issues or guide you further.<br>


---

# 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.powerfulform.com/app-integration/slack-integration.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.
