n8n Integration

Learn how to connect the Foreplay API to be used in an N8N workflow.

Written By Zach Murray

Last updated 6 months ago

Creating a Node & Connecting Foreplay

n8n offers infinite possibilities for creating, managing and sharing workflows. Here’s how you can start using Foreplay data in n8n.

  1. Create a HTTP request node

  2. Set “METHOD” to “GET”

  3. Set “URL” to your Endpoint URL (Learn how to build an endpoint url below)

Quick-start N8N template (JSON)


Want to get started quickly and easily? Open this JSON in N8N and update the Authorization header with your API key.

🚨 Important: This workflow will not work without your API key.

Foreplay_Automatic_Competitor_Analysis.json

10.8 KB Text

Customize this N8N automation 👇

  1. Update auth headers with your API key to make this functional (Required)

  2. Update brand_ids to change which brands are being tracked (Optional)

  3. Update the Slack node to connect to your Slack channel (Required)