# 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 [**support@powerfulform.com**](mailto:support@powerfulform.com). Our team will be happy to help you resolve any issues or guide you further.


---

# Agent Instructions: 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:

```
GET https://docs.powerfulform.com/app-integration/slack-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
