AgentAPI
Add step in Claude Code
Click to expand steps
Add step in Claude Code
Transformation

Transforms row

Add step in Claude Code
9steps·7providers·SQLyou own

Person To Phone

Person To Phone is a Deepline play that automates a 9-step GTM pipeline using Dropleads, Forager, Ai, Leadmagic, Upcell, Deepline and Trestle.

Shared June 2026

  1. 1

    Install & authenticate

    $ curl -s "https://deepline.com/api/v2/sdk/install" | bash

  2. 2

    Test out this play on my data

What this Play does

Inputs

  • first_name
  • last_name
  • domain
  • email
  • linkedin_url

Outputs

  • lines_342_342

When to use this

  • You need data from Dropleads, Forager, Ai, Leadmagic, Upcell, Deepline and Trestle 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

Person To Phone is a Deepline play. Inputs: first_name, last_name, domain, email, linkedin_url. Outputs: lines_342_342.

# Paste into Claude Code, Cursor, or Codex.

$ Use the deepline-plays skill to run the Deepline play "Person To Phone" (https://deepline.com/p/deepline/person-to-phone). Inputs: first_name, last_name, domain, email, linkedin_url. Outputs: lines_342_342. # describe the play deepline plays describe prebuilt/person-to-phone --json # run it on your data deepline plays run prebuilt/person-to-phone --input '{"first_name":"<value>","last_name":"<value>","domain":"<value>","email":"<value>","linkedin_url":"<value>"}' --watch # change it: fork the source, edit, then check deepline plays get prebuilt/person-to-phone --source --out person-to-phone.play.ts deepline plays check person-to-phone.play.ts Play spec (JSON): https://deepline.com/api/v2/shared-plays/prebuilt-person-to-phone

Version

v1 · Shared June 2026 · Unlisted page