Workflow blocks
Findymail
Findymail integration operations.
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
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
resource | select | Yes | findymail | Which Findymail resource to work with. Options: findymail. |
operation | select | Yes | — | Which action to perform on the selected resource. |
linkedin_url | text (supports references) | Yes | — | Linkedin Url. Use a literal value or <StepName.field> to reference a value from a previous step. |
name | text (supports references) | Yes | — | Name. Use a literal value or <StepName.field> to reference a value from a previous step. |
domain | text (supports references) | Yes | — | Domain. Use a literal value or <StepName.field> to reference a value from a previous step. |
roles | text (supports references) | Yes | — | Roles. Use a literal value or <StepName.field> to reference a value from a previous step. |
website | text (supports references) | Yes | — | Website. Use a literal value or <StepName.field> to reference a value from a previous step. |
job_titles | text (supports references) | Yes | — | Job Titles. Use a literal value or <StepName.field> to reference a value from a previous step. |
count | text (supports references) | No | — | Count as a number. Use a literal value or <StepName.field> to reference a value from a previous step. |
technologies | text (supports references) | No | — | Technologies. Use a literal value or <StepName.field> to reference a value from a previous step. |
email | text (supports references) | Yes | — | Email. 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>.
| Name | Type | Description |
|---|---|---|
contact | any | Contact returned by the operation. |
contacts | any | Contacts returned by the operation. |
employees | any | Employees returned by the operation. |
phone | string | Phone returned by the operation. |
line_type | string | Line Type returned by the operation. |
name | string | Name returned by the operation. |
domain | string | Domain returned by the operation. |
company_size | string | Company Size returned by the operation. |
industry | string | Industry returned by the operation. |
linkedin_url | string | Linkedin Url returned by the operation. |
description | string | Description returned by the operation. |
credits | number | Credits returned by the operation. |
verifier_credits | number | Verifier Credits returned by the operation. |
technologies | any | Technologies returned by the operation. |
email | string | Email returned by the operation. |
verified | boolean | Verified returned by the operation. |
provider | string | Provider 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.