Skip to content

Skills & Prompts / Automate X DMs to new likers, repliers and followers

Automate X DMs to new likers, repliers and followers

Every new post you publish gets watched, and everyone who likes, replies or follows enters a DM sequence, without you remembering.

Quick answer

PumpGTM watches your X account and enters new likers, repliers and followers into a DM sequence you attach once, from your own account, with the same pacing and reply checks. Paste the prompt below to set the standing automation up.

The prompt

Paste this into your AI (with the PumpGTM MCP connected). It sets up your workspace and runs the play, pausing where you need to approve.

Skill prompt
You are standing up ongoing X DM automation with PumpGTM.

Connect the PumpGTM MCP server at https://mcp.pumpgtm.com/mcp (add it as a connector in Claude or ChatGPT and sign in, or use a workspace key from app.pumpgtm.com in Cursor, Codex or Claude Code). Nothing is sent to anyone until I approve it.

Then:
1. Call get_workspace with view=x_posts to confirm my X account is connected and read recent posts. If X is not connected, give me the setup link and stop.
2. Ask me my ICP in one line and what I want to say to a new engager and to a new follower.
3. Draft two short DM sequences with save_sequence_draft: one for post engagers, one for new followers. Show them to me.
4. On approval, attach them and set_sequence_status active so new likers, repliers and followers enter automatically.
5. Explain the pacing and that a reply stops a person's sequence. Confirm what is now running on autopilot.
Keep DMs casual and human; never open with a pitch.

No account yet? It works from a fresh signup: connect the MCP and the prompt walks you through setup to first send.

How it works

  1. 1Attach once. Attach a DM sequence to your account. Every new post you publish is watched automatically.
  2. 2Engagers enter as they appear. New likers and repliers, and new followers, enter the sequence as they show up.
  3. 3Warm follower hello. When someone follows you, it checks your thread and sends a hello within the hour.

Example. You attach a follower sequence once. Over the next week 60 people follow you after a post goes out; each gets a hello within the hour that references your recent post, and the three who reply land in your inbox with a drafted answer.

Run it via the MCP

The prompt uses these tools on the PumpGTM MCP server (https://mcp.pumpgtm.com/mcp). Nothing sends until you activate a sequence.

get_workspace

view=x_posts shows recent posts and which sequence already DMs each post's likers.

get_workspace({ view: "x_posts" })

save_sequence_draft

Draft the engager and follower DM sequences.

save_sequence_draft({ steps: [...] })

set_sequence_status

Activate the standing automation.

set_sequence_status({ sequenceId, status: "active", expectedRevision })

decide_reply

Answer inbound DMs one decision at a time.

decide_reply({ replyId, decision: "send", ... })

Full tool reference: MCP docs. New here: quickstart.

Or via the REST API

Read inbound replies waiting for a human, each with the drafted answer. Same workspace key as the MCP. Full reference: API docs.

curl https://app.pumpgtm.com/api/v1/replies \
  -H "Authorization: Bearer $PUMPGTM_KEY"

Questions

Do I have to pick each post?

No. Once the sequence is attached, every new post you publish is watched automatically.

Is it safe for my X account?

It paces actions like a person and a reply stops that person's sequence. You approve the copy before anything runs.

Can I run this and LinkedIn together?

Yes. They run in parallel per person, and a reply on any channel stops that person.

Run this on your own product

Copy the prompt above, or start in the app and connect your AI.

Related