All templates
ZapierOutreach automation

Auto-add high-DA mentions to your outreach board.

Scans new backlinks for unlinked or high-authority mentions and creates a Trello card with the contact and a suggested ask.

~6 credits / run· 760installs·@growthkit
/v1/backlinks
Get free API key
Zapier workflow
TriggerTrigger event
RankParse API/v1/backlinks
ProcessOutreach automation
DeliverTrello

About this workflow

Scans new backlinks for unlinked or high-authority mentions and creates a Trello card with the contact and a suggested ask. It's a Zapier workflow built for outreach automation, wiring the RankParse API into Trello. Pricing is usage-based — about 6 credits / run — with no subscription or per-seat fees.

How it works

  1. 1

    Trigger

    Fires from a Zapier trigger — a schedule or an app event.

  2. 2

    Pull RankParse data

    Call /v1/backlinks for the domains or keywords you track.

  3. 3

    Process

    Filter for the highest-value targets and prepare a personalized, ready-to-send touch.

  4. 4

    Deliver

    Push the result to Trello.

Set it up

  1. 1.Import the starter config below into Zapier.
  2. 2.Add your RankParse API key as an X-API-Key header credential.
  3. 3.Connect Trello.
  4. 4.Set your domains or keywords and a schedule, then run it.

Starter config

A base to adapt — wire it into your Zapier workflow and fill in your inputs.

{
  "name": "Auto-add high-DA mentions to your outreach board",
  "platform": "Zapier",
  "category": "Outreach automation",
  "rankparse": {
    "baseUrl": "https://api.rankparse.com",
    "auth": "X-API-Key",
    "endpoints": [
      "/v1/backlinks"
    ]
  },
  "connects": [
    "Trello"
  ],
  "schedule": "0 9 * * *",
  "estimatedCredits": "~6 credits / run"
}

Related templates