Skip to main content

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=emailbison_create_imapsmtpemail_account:{"name":"{{name}}","email":"{{email}}","password":"{{password}}","imap_server":"{{imap_server}}","imap_port":"{{imap_port}}","smtp_server":"{{smtp_server}}","smtp_port":"{{smtp_port}}"}' --json
Map payload values to spreadsheet columns with {{column_name}} placeholders.

Required Fields

NameTypeRequiredDefaultDescription
payload.namestringYesThe name associated with the sender email.
payload.emailstringYesThe email address of the sender. Must be unique and in a valid email format.
payload.passwordstringYesThe password for the sender email.
payload.imap_serverstringYesThe IMAP server address for the sender email. Must be a valid domain name.
payload.imap_portintegerYesThe IMAP server port for the sender email.
payload.smtp_serverstringYesThe SMTP server address for the sender email. Must be a valid domain name.
payload.smtp_portintegerYesThe SMTP server port for the sender email.

Advanced: Direct CLI

Use direct execution for single payload debugging.
deepline tools execute emailbison_create_imapsmtpemail_account --payload '{
  "name": "string",
  "email": "string",
  "password": "string",
  "imap_server": "string",
  "imap_port": "integer",
  "smtp_server": "string",
  "smtp_port": "integer"
}' --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.

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.