StyloDocs
Workflow blocks

Findymail

Findymail integration operations.

View as Markdown

findymail — Findymail integration operations.

Where it appears

The Findymail block lives in the Integrations group of the Workflow Builder. Connect the Findymail integration before adding it.

Fields

FieldTypeRequiredDefaultDescription
resourceselectYesfindymailWhich Findymail resource to work with. Options: findymail.
operationselectYesWhich action to perform on the selected resource.
linkedin_urltext (supports references)YesLinkedin Url. Use a literal value or <StepName.field> to reference a value from a previous step.
nametext (supports references)YesName. Use a literal value or <StepName.field> to reference a value from a previous step.
domaintext (supports references)YesDomain. Use a literal value or <StepName.field> to reference a value from a previous step.
rolestext (supports references)YesRoles. Use a literal value or <StepName.field> to reference a value from a previous step.
websitetext (supports references)YesWebsite. Use a literal value or <StepName.field> to reference a value from a previous step.
job_titlestext (supports references)YesJob Titles. Use a literal value or <StepName.field> to reference a value from a previous step.
counttext (supports references)NoCount as a number. Use a literal value or <StepName.field> to reference a value from a previous step.
technologiestext (supports references)NoTechnologies. Use a literal value or <StepName.field> to reference a value from a previous step.
emailtext (supports references)YesEmail. Use a literal value or <StepName.field> to reference a value from a previous step.

Inputs and outputs

Inputs are the configurable fields above. The block produces these outputs:

Outputs

Reference an output downstream with <Findymail.field>.

NameTypeDescription
contactanyContact returned by the operation.
contactsanyContacts returned by the operation.
employeesanyEmployees returned by the operation.
phonestringPhone returned by the operation.
line_typestringLine Type returned by the operation.
namestringName returned by the operation.
domainstringDomain returned by the operation.
company_sizestringCompany Size returned by the operation.
industrystringIndustry returned by the operation.
linkedin_urlstringLinkedin Url returned by the operation.
descriptionstringDescription returned by the operation.
creditsnumberCredits returned by the operation.
verifier_creditsnumberVerifier Credits returned by the operation.
technologiesanyTechnologies returned by the operation.
emailstringEmail returned by the operation.
verifiedbooleanVerified returned by the operation.
providerstringProvider returned by the operation.

Example

A minimal configuration for this block:

{
  "type": "findymail",
  "config": {
    "resource": "findymail",
    "operation": "...",
    "linkedin_url": "<PreviousStep.field>",
    "name": "<PreviousStep.field>",
    "domain": "<PreviousStep.field>",
    "roles": "<PreviousStep.field>",
    "website": "<PreviousStep.field>",
    "job_titles": "<PreviousStep.field>",
    "email": "<PreviousStep.field>"
  }
}

Limits and failure modes

  • Requires a connected Findymail integration. Calls fail if that integration is disconnected or its authorization has expired.
  • Required fields (resource, operation, linkedin_url, name, domain, roles, website, job_titles, email) must be set, or the block fails validation before it runs.

On this page