# Make.com Integration

### ⚙️ Step 1: Log in & Get API Key

Before starting in the form app, you need to ensure you have access to your Make account.

1. Log in to your Make.com dashboard
2. To secure your webhook, you will need an API Key. You can find or create your API keys in your user profile settings
3. For detailed instructions on generating a key, refer to the [Make API Key Documentation](https://help.make.com/api-key)

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

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

***

### ⚙️ Step 2: Create a Custom Webhook in Make

Now, create the bridge that will receive your form data.

1. In your Make dashboard, click the **+ Create scenario** button in the top right corner

<figure><img src="/files/8KXS9inWKucCMFrV82J4" alt=""><figcaption></figcaption></figure>

2. Click the large **+ icon** in the center of the editor > search for **Webhooks** and select the Webhooks module

<figure><img src="/files/5pba5sDvusCUOrgchm9k" alt=""><figcaption></figcaption></figure>

3. From the list of triggers, select **Custom webhook**

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

***

### ⚙️ Step 3: Setup Webhook & Security

Configure the identity and security of your connection

1. Webhook name: Enter a recognizable name (e.g., "Powerful Form - Lead Gen")
2. IP Key authentication: Click **+ Add API key**

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

3. In the "API Key" field, select or paste the key you generated in Step 1
4. Click **Save**

<figure><img src="/files/5jg17oSfcoja1nQctIND" alt=""><figcaption></figcaption></figure>

5. A unique URL will appear. Click **Copy** **address to clipboard**. This is the URL you will paste into the form app

<figure><img src="/files/0TFL4O9sAk8mZedSTFb5" alt=""><figcaption></figcaption></figure>

***

### ⚙️ Step 4: Connect the Form App

Go back to your Powerful Form Builder app dashboard to finalize the link

1. Open the app > click **Forms** > open the form > navigate to the Integration tab
2. Find **Make** in the list of integrations and toggle the switch to active

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

3. In the configuration window:

* Paste your **API Key**
* Paste the **Webhook URL y**ou copied from Make.com

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

4. Click **Save** to apply the credentials

***

### ⚙️ Step 5: Run & Verify Scenario

Finally, ensure the data is flowing correctly.

1. In the Make scenario editor, click Run once at the bottom left. Make is now "listening" for a test submission

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

2. Go to your live form and submit a test entry

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

2. Return to Make. You should see a green checkmark on the Webhook module
3. Click the number bubble above the module to see the Output. You will see your form fields (Email, Name, Text) mapped out as data bundles, ready to be used in the next step of your workflow!

<figure><img src="/files/ndwnVsUmtLdkjLwM8fKj" 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/make.com-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.
