Transforms row
Transforms row
Company Rows To Role Contact Email
Company Rows To Role Contact Email is a Deepline play that automates a 23-step GTM pipeline.
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
- csv
- limit
- roles
- seniority
- people_per_company
Outputs
- find_contact
- category
- company_fit_evidence
- contact_name
- title
- contact_title
- matched_role
- linkedin_url
- contact_linkedin_url
- company_name
- domain
- company_domain
- work_email
- contact_identity_status
- email_status
- source
- miss_reason
When to use this
- You need a repeatable, multi-step GTM workflow.
- You want an agent or teammate to run it on demand.
- You want consistent output columns every run.
Agent instructions
Company Rows To Role Contact Email is a Deepline play. Inputs: csv, limit, roles, seniority, people_per_company. Outputs: find_contact, email, category, company_fit_evidence, contact_name, title, contact_title, matched_role, linkedin_url, contact_linkedin_url, company_name, domain, company_domain, work_email, contact_identity_status, email_status, source, miss_reason.
# Paste into Claude Code, Cursor, or Codex.
$ Use the deepline-plays skill to run the Deepline play "Company Rows To Role Contact Email" (https://deepline.com/p/deepline/company-rows-to-role-contact-email). Inputs: csv, limit, roles, seniority, people_per_company. Outputs: find_contact, email, category, company_fit_evidence, contact_name, title, contact_title, matched_role, linkedin_url, contact_linkedin_url, company_name, domain, company_domain, work_email, contact_identity_status, email_status, source, miss_reason. # describe the play deepline plays describe prebuilt/company-rows-to-role-contact-email --json # run it on your data deepline plays run prebuilt/company-rows-to-role-contact-email --input '{"csv":"<your-file.csv>","limit":"<value>","roles":"<value>","seniority":"<value>","people_per_company":"<value>"}' --watch # change it: fork the source, edit, then check deepline plays get prebuilt/company-rows-to-role-contact-email --source --out company-rows-to-role-contact-email.play.ts deepline plays check company-rows-to-role-contact-email.play.ts Play spec (JSON): https://deepline.com/api/v2/shared-plays/prebuilt-company-rows-to-role-contact-email
Version
v1 · Shared June 2026 · Unlisted page