StyloDocs
Workflow blocks

Prospeo

Prospeo integration operations.

View as Markdown

prospeo — Prospeo integration operations.

Where it appears

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

Fields

FieldTypeRequiredDefaultDescription
resourceselectYesprospeoWhich Prospeo resource to work with. Options: prospeo.
operationselectYesWhich action to perform on the selected resource.
company_websitetext (supports references)NoCompany Website. Use a literal value or <StepName.field> to reference a value from a previous step.
company_linkedin_urltext (supports references)NoCompany Linkedin Url. Use a literal value or <StepName.field> to reference a value from a previous step.
company_nametext (supports references)NoCompany Name. Use a literal value or <StepName.field> to reference a value from a previous step.
company_idtext (supports references)NoCompany Id. Use a literal value or <StepName.field> to reference a value from a previous step.
first_nametext (supports references)NoFirst Name. Use a literal value or <StepName.field> to reference a value from a previous step.
last_nametext (supports references)NoLast Name. Use a literal value or <StepName.field> to reference a value from a previous step.
full_nametext (supports references)NoFull Name. Use a literal value or <StepName.field> to reference a value from a previous step.
linkedin_urltext (supports references)NoLinkedin Url. Use a literal value or <StepName.field> to reference a value from a previous step.
emailtext (supports references)NoEmail. Use a literal value or <StepName.field> to reference a value from a previous step.
person_idtext (supports references)NoPerson Id. Use a literal value or <StepName.field> to reference a value from a previous step.
only_verified_emailtoggleNofalseWhen on, enables only verified email. Defaults to off.
enrich_mobiletoggleNofalseWhen on, enables enrich mobile. Defaults to off.
only_verified_mobiletoggleNofalseWhen on, enables only verified mobile. Defaults to off.

Inputs and outputs

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

Outputs

Reference an output downstream with <Prospeo.field>.

NameTypeDescription
current_planstringCurrent Plan returned by the operation.
current_team_membersnumberCurrent Team Members returned by the operation.
remaining_creditsnumberRemaining Credits returned by the operation.
used_creditsnumberUsed Credits returned by the operation.
next_quota_renewal_daysnumberNext Quota Renewal Days returned by the operation.
next_quota_renewal_datestringNext Quota Renewal Date returned by the operation.
free_enrichmentbooleanFree Enrichment returned by the operation.
companyjsonCompany returned by the operation.
personjsonPerson returned by the operation.

Example

A minimal configuration for this block:

{
  "type": "prospeo",
  "config": {
    "resource": "prospeo",
    "operation": "...",
    "only_verified_email": false,
    "enrich_mobile": false,
    "only_verified_mobile": false
  }
}

Limits and failure modes

  • Requires a connected Prospeo integration. Calls fail if that integration is disconnected or its authorization has expired.
  • Required fields (resource, operation) must be set, or the block fails validation before it runs.

On this page