Drop a node.
Ship a workflow.
n8n template that talks to TrendTrack out of the box. Paste your API key, pick a destination, schedule it. No code.
From template to live workflow.
The template ships with the credential node, the request node, and a formatter. Plug your destination and you are done.
01Grab the n8n template
Download the JSON workflow from the docs and import it into your n8n instance. Cloud or self-hosted, both work.
02Add your TrendTrack API key
Open the credentials node, paste your key. Generate one from your TrendTrack account, scoped to the workspace you want.
03Wire it to your destination
Slack, Notion, Sheets, your warehouse. The output is structured JSON, ready to fan out anywhere n8n already speaks.
Two paths past the template.
If you would rather wire TrendTrack into your own workflow, n8n exposes two clean entry points.
01MCP Client Tool node inside an AI Agent cluster. Endpoint: the TrendTrack MCP URL. Authentication: Bearer Auth with your TrendTrack API key.02HTTP Request node for pure REST workflows. Use Authorization: Bearer <TRENDTRACK_API_KEY> against individual REST endpoints.
Three things to wire up first.
The template is generic. These workflows are the highest signal to ship in your first hour.
01Daily competitor digest in Slack. Cron at 9am, pull yesterday's scaling ads, post to #market-intel.02New-product radar to Notion. Every 6h, find winning products in your niche and dedupe by product URL.03Email cadence into Sheets. Weekly, pull send patterns for every brand you track and update the same tab.
