Transforms row
deeplineagent_qualification
Transforms row
Engagers To Icp Qualification
Engagers To Icp Qualification is a Deepline play that automates a 3-step GTM pipeline using Deeplineagent.
Shared June 2026
- 1
Install & authenticate
$ curl -s "https://deepline.com/api/v2/sdk/install" | bash
- 2
Test out this play on my data
What this Play does
Inputs
- first_name
- last_name
- position
- company
- icp_description
Outputs
- lines_22_24
- deeplineagent_qualification
- lines_58_69
When to use this
- You need data from Deeplineagent in one pass.
- You want a repeatable pipeline instead of one-off lookups.
- You want an agent or teammate to run the same workflow on demand.
Agent instructions
Engagers To Icp Qualification is a Deepline play. Inputs: first_name, last_name, position, company, icp_description. Outputs: lines_22_24, deeplineagent_qualification, lines_58_69.
# Paste into Claude Code, Cursor, or Codex.
$ Use the deepline-plays skill to run the Deepline play "Engagers To Icp Qualification" (https://deepline.com/p/deepline/engagers-to-icp-qualification). Inputs: first_name, last_name, position, company, icp_description. Outputs: lines_22_24, deeplineagent_qualification, lines_58_69. # describe the play deepline plays describe prebuilt/engagers-to-icp-qualification --json # run it on your data deepline plays run prebuilt/engagers-to-icp-qualification --input '{"first_name":"<value>","last_name":"<value>","position":"<value>","company":"<value>","icp_description":"<value>"}' --watch # change it: fork the source, edit, then check deepline plays get prebuilt/engagers-to-icp-qualification --source --out engagers-to-icp-qualification.play.ts deepline plays check engagers-to-icp-qualification.play.ts Play spec (JSON): https://deepline.com/api/v2/shared-plays/prebuilt-engagers-to-icp-qualification
Version
v1 · Shared June 2026 · Unlisted page