Transforms row
Transforms row
Personal Email
Personal Email is a Deepline play that automates a 6-step GTM pipeline using Contactout, Wiza, Datagma and Forager.
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
- linkedin_url
- domain
- company_name
Outputs
- lines_23_126
- lines_132_132
When to use this
- You need data from Contactout, Wiza, Datagma and Forager 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
Personal Email is a Deepline play. Inputs: first_name, last_name, linkedin_url, domain, company_name. Outputs: lines_23_126, lines_132_132.
# Paste into Claude Code, Cursor, or Codex.
$ Use the deepline-plays skill to run the Deepline play "Personal Email" (https://deepline.com/p/deepline/personal-email). Inputs: first_name, last_name, linkedin_url, domain, company_name. Outputs: lines_23_126, lines_132_132. # describe the play deepline plays describe prebuilt/personal-email --json # run it on your data deepline plays run prebuilt/personal-email --input '{"first_name":"<value>","last_name":"<value>","linkedin_url":"<value>","domain":"<value>","company_name":"<value>"}' --watch # change it: fork the source, edit, then check deepline plays get prebuilt/personal-email --source --out personal-email.play.ts deepline plays check personal-email.play.ts Play spec (JSON): https://deepline.com/api/v2/shared-plays/prebuilt-personal-email
Version
v1 · Shared June 2026 · Unlisted page