Skip to main content

Documentation Index

Fetch the complete documentation index at: https://deepline.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Run in Enrichment Spreadsheet

Use this function as a column step in deepline enrich.
deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_connect_email_account:{"sender_name":"{{sender_name}}","sender_email":"{{sender_email}}","smtp_host":"{{smtp_host}}","smtp_port":"{{smtp_port}}","smtp_login":"{{smtp_login}}","smtp_password":"{{smtp_password}}","imap_host":"{{imap_host}}","imap_port":"{{imap_port}}","imap_login":"{{imap_login}}","imap_password":"{{imap_password}}"}' --json
Map payload values to spreadsheet columns with {{column_name}} placeholders.

Required Fields

NameTypeRequiredDefaultDescription
payload.sender_namestringYesDisplay name for the sender
payload.sender_emailstringYesSender email address
payload.smtp_hoststringYesSMTP server hostname
payload.smtp_portintegerYesSMTP port (e.g. 587, 465)
payload.smtp_loginstringYesSMTP login username
payload.smtp_passwordstringYesSMTP login password
payload.imap_hoststringYesIMAP server hostname
payload.imap_portintegerYesIMAP port (e.g. 993)
payload.imap_loginstringYesIMAP login username
payload.imap_passwordstringYesIMAP login password

Advanced: Direct CLI

Use direct execution for single payload debugging.
deepline tools execute lemlist_connect_email_account --payload '{
  "sender_name": "string",
  "sender_email": "string",
  "smtp_host": "string",
  "smtp_port": "integer",
  "smtp_login": "string",
  "smtp_password": "string",
  "imap_host": "string",
  "imap_port": "integer",
  "imap_login": "string",
  "imap_password": "string"
}' --json

CLI flags

FlagDescription
--jsonPrint machine-readable output.
--waitWait for terminal provider status when supported.
--debugEnable wait mode with additional status/log output.
--wait-timeout SECONDSMax seconds to wait in wait mode.
--poll-interval SECONDSPolling interval in seconds during wait mode.
--timeout SECONDSRequest timeout in seconds.
--connect-timeout SECONDSConnection timeout in seconds.

Provider API Context

Cost

  • Pricing model: fixed (per call).
  • Estimated Deepline credits: 0 per pricing unit.
  • Provider-native pricing may still exist outside Deepline credit billing.
  • Billing mode: no_bill.