> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wappfy.com.br/llms.txt
> Use this file to discover all available pages before exploring further.

# Integration with N8N

> Step-by-step on how to integrate with N8N

## Step-by-Step

<Steps>
  <Step title="Access the Settings Menu">
    In N8N, click on the **three dots** in the upper right corner of the interface.

    <Frame>
      <img width={true} src="https://mintcdn.com/stgcompany/rzct3fZ9k-YQ-TdA/en/assets/n8n/1_ClickOnThreeDots.png?fit=max&auto=format&n=rzct3fZ9k-YQ-TdA&q=85&s=ca20d94db381525d20bd9260b67ecc56" data-path="en/assets/n8n/1_ClickOnThreeDots.png" />
    </Frame>
  </Step>

  <Step title="Access Settings">
    Click on **Settings** in the dropdown menu.

    <Frame>
      <img width={true} src="https://mintcdn.com/stgcompany/rzct3fZ9k-YQ-TdA/en/assets/n8n/2_ClickOnSettings.png?fit=max&auto=format&n=rzct3fZ9k-YQ-TdA&q=85&s=8d2834b065d30b02ec711acebc69f1f8" data-path="en/assets/n8n/2_ClickOnSettings.png" />
    </Frame>
  </Step>

  <Step title="Access Community Nodes">
    In the settings, click on **Community nodes** to manage community packages.

    <Frame>
      <img width={true} src="https://mintcdn.com/stgcompany/rzct3fZ9k-YQ-TdA/en/assets/n8n/3_ClickOnCommunityNodes.png?fit=max&auto=format&n=rzct3fZ9k-YQ-TdA&q=85&s=a5f34f8724aadfe335a746b91962c871" data-path="en/assets/n8n/3_ClickOnCommunityNodes.png" />
    </Frame>
  </Step>

  <Step title="Install Community Node">
    Click the **Install a community node** button to add a new package.

    <Frame>
      <img width={true} src="https://mintcdn.com/stgcompany/rzct3fZ9k-YQ-TdA/en/assets/n8n/4_ClickOnInstallCommunityNode.png?fit=max&auto=format&n=rzct3fZ9k-YQ-TdA&q=85&s=45818613e134d942b2a05a20932d7701" data-path="en/assets/n8n/4_ClickOnInstallCommunityNode.png" />
    </Frame>
  </Step>

  <Step title="Add the Wappfy Package">
    Enter the Wappfy NPM package name in the installation field and confirm the installation.

    ```
    @wappfy/n8n-nodes-wappfy
    ```

    <Frame>
      <img width={true} src="https://mintcdn.com/stgcompany/rzct3fZ9k-YQ-TdA/en/assets/n8n/5_EnterNPMPackageName.png?fit=max&auto=format&n=rzct3fZ9k-YQ-TdA&q=85&s=08ec927b851da1baaa3115bf807b1770" data-path="en/assets/n8n/5_EnterNPMPackageName.png" />
    </Frame>

    <Info>
      Wait for the package installation to complete. This may take a few moments.
    </Info>
  </Step>

  <Step title="Search for Wappfy Node">
    In your workflows, search for **Wappfy** in the nodes search bar.

    <Frame>
      <img width={true} src="https://mintcdn.com/stgcompany/rzct3fZ9k-YQ-TdA/en/assets/n8n/6_SearchForWappfyInWorkflows.png?fit=max&auto=format&n=rzct3fZ9k-YQ-TdA&q=85&s=d8673f09cbc8e5e9603c11946c86aa43" data-path="en/assets/n8n/6_SearchForWappfyInWorkflows.png" />
    </Frame>
  </Step>

  <Step title="Add Node to Workflow">
    Select and add the desired Wappfy node to your workflow.

    <Frame>
      <img width={true} src="https://mintcdn.com/stgcompany/rzct3fZ9k-YQ-TdA/en/assets/n8n/7_AddDesiredNode.png?fit=max&auto=format&n=rzct3fZ9k-YQ-TdA&q=85&s=0b8ab48e4aa2974c6f87a7d42a1f705b" data-path="en/assets/n8n/7_AddDesiredNode.png" />
    </Frame>
  </Step>

  <Step title="Configure Credentials">
    Configure your Wappfy API access credentials in the added node.

    <Frame>
      <img width={true} src="https://mintcdn.com/stgcompany/rzct3fZ9k-YQ-TdA/en/assets/n8n/8_AddCredential.png?fit=max&auto=format&n=rzct3fZ9k-YQ-TdA&q=85&s=1f4d3213d7b349edcc3c21fda3e5a683" data-path="en/assets/n8n/8_AddCredential.png" />
    </Frame>

    <Check>
      Done! The Wappfy integration is configured and you can start using it in your N8N workflows.
    </Check>
  </Step>
</Steps>

## Important Tips

<Warning>
  Make sure you have an active Wappfy account and your API credentials before configuring the integration.
</Warning>

<Tip>
  The **@wappfy/n8n-nodes-wappfy** package offers several nodes for different WhatsApp functionalities. Explore all available options!
</Tip>

<Info>
  To get your API credentials, access the Wappfy dashboard and navigate to the integrations or API section.
</Info>
