Before the team logs on, summarises each client’s rank movement and new backlinks into a single threaded Slack message. It's a n8n workflow built for agency reporting, wiring the RankParse API into Slack. Pricing is usage-based — about 12 credits / client — with no subscription or per-seat fees.
How it works
1
Trigger
Runs on an n8n schedule trigger or an incoming webhook.
2
Pull RankParse data
Call /v1/rank and /v1/backlinks/new for the domains or keywords you track.
3
Process
Roll the metrics up per client and render a clean, branded summary.
4
Deliver
Push the result to Slack.
Set it up
1.Import the starter config below into n8n.
2.Add your RankParse API key as an X-API-Key header credential.
3.Connect Slack.
4.Set your domains or keywords and a schedule, then run it.
Starter config
A base to adapt — wire it into your n8n workflow and fill in your inputs.