AgentAPI
Add step in Claude Code
CSV

Load contacts CSV

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

Person To Phone Batch

Person To Phone Batch 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

  • csv

Outputs

  • phone
  • phone.dropleads_mobile
  • phone.forager_reverse_lookup_by_email
  • phone.ai_ark_mobile
  • phone.leadmagic_mobile_from_linkedin
  • phone.leadmagic_mobile_from_email
  • phone.upcell_phone
  • phone.native_phone
  • phone.trestle_validated_phone

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 Batch is a Deepline play. Inputs: csv. Outputs: phone, phone.dropleads_mobile, phone.forager_reverse_lookup_by_email, phone.ai_ark_mobile, phone.leadmagic_mobile_from_linkedin, phone.leadmagic_mobile_from_email, phone.upcell_phone, phone.native_phone, phone.trestle_validated_phone.

# Paste into Claude Code, Cursor, or Codex.

$ Use the deepline-plays skill to run the Deepline play "Person To Phone Batch" (https://deepline.com/p/deepline/person-to-phone-batch). Inputs: csv. Outputs: phone, phone.dropleads_mobile, phone.forager_reverse_lookup_by_email, phone.ai_ark_mobile, phone.leadmagic_mobile_from_linkedin, phone.leadmagic_mobile_from_email, phone.upcell_phone, phone.native_phone, phone.trestle_validated_phone. # describe the play deepline plays describe prebuilt/person-to-phone-batch --json # run it on your data deepline plays run prebuilt/person-to-phone-batch --input '{"csv":"<your-file.csv>"}' --watch # change it: fork the source, edit, then check deepline plays get prebuilt/person-to-phone-batch --source --out person-to-phone-batch.play.ts deepline plays check person-to-phone-batch.play.ts Play spec (JSON): https://deepline.com/api/v2/shared-plays/prebuilt-person-to-phone-batch

Version

v1 · Shared June 2026 · Unlisted page