ToolkitSuitePopupn8n Integration
Integrations

n8n Integration

Note: Integrations must be set up by a Toolkit admin. To connect any of the integrations below, contact support and let us know which integration you'd like added to your account.

n8n Integration

Connect Popup with n8n to send widget submission data into automated workflows that route to email services, CRMs, databases, and hundreds of other apps.

Step 1: Create a Workflow in n8n

  1. Log in to your n8n instance
  2. Create a new workflow
  3. Add a Webhook node as the trigger
  4. Set the HTTP method to POST
  5. Copy the webhook URL provided by the node

Step 2: Configure the Webhook in Popup

  1. Open your widget in the Popup editor
  2. Add a Send Webhook action to your submit actions
  3. Paste the n8n webhook URL

Step 3: Test the Connection

  1. In n8n, click Listen for test event on the Webhook node
  2. Publish your Popup widget and submit a test entry on your live site
  3. n8n should receive the test data -- validate the fields are coming through correctly

Step 4: Switch to Production

After testing successfully:

  1. In the n8n Webhook node, switch from Test URL to Production URL
  2. Update the webhook URL in your Popup widget if it differs

Step 5: Build Your Workflow

With the webhook receiving data, you can now:

  • Add conditions to route submissions based on field values
  • Connect to downstream services (email platforms, CRMs, spreadsheets, etc.)
  • Map fields from the Popup submission to the destination service's expected inputs
  • Save and activate your workflow

Need more help?

If you've worked through this and still need a hand, contact support -- we'll dig in with you.