# Prospeo
URL: /reference/blocks/prospeo
Type: reference
Description: Prospeo integration operations.
Keywords: prospeo, integrations, block, workflow builder
`prospeo` — Prospeo integration operations.

Where it appears [#where-it-appears]

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

Fields [#fields]

| Field                  | Type                       | Required | Default   | Description                                                                                               |
| ---------------------- | -------------------------- | -------- | --------- | --------------------------------------------------------------------------------------------------------- |
| `resource`             | select                     | Yes      | `prospeo` | Which Prospeo resource to work with. Options: `prospeo`.                                                  |
| `operation`            | select                     | Yes      | —         | Which action to perform on the selected resource.                                                         |
| `company_website`      | text (supports references) | No       | —         | Company Website. Use a literal value or \<StepName.field> to reference a value from a previous step.      |
| `company_linkedin_url` | text (supports references) | No       | —         | Company Linkedin Url. Use a literal value or \<StepName.field> to reference a value from a previous step. |
| `company_name`         | text (supports references) | No       | —         | Company Name. Use a literal value or \<StepName.field> to reference a value from a previous step.         |
| `company_id`           | text (supports references) | No       | —         | Company Id. Use a literal value or \<StepName.field> to reference a value from a previous step.           |
| `first_name`           | text (supports references) | No       | —         | First Name. Use a literal value or \<StepName.field> to reference a value from a previous step.           |
| `last_name`            | text (supports references) | No       | —         | Last Name. Use a literal value or \<StepName.field> to reference a value from a previous step.            |
| `full_name`            | text (supports references) | No       | —         | Full Name. Use a literal value or \<StepName.field> to reference a value from a previous step.            |
| `linkedin_url`         | text (supports references) | No       | —         | Linkedin Url. Use a literal value or \<StepName.field> to reference a value from a previous step.         |
| `email`                | text (supports references) | No       | —         | Email. Use a literal value or \<StepName.field> to reference a value from a previous step.                |
| `person_id`            | text (supports references) | No       | —         | Person Id. Use a literal value or \<StepName.field> to reference a value from a previous step.            |
| `only_verified_email`  | toggle                     | No       | `false`   | When on, enables only verified email. Defaults to off.                                                    |
| `enrich_mobile`        | toggle                     | No       | `false`   | When on, enables enrich mobile. Defaults to off.                                                          |
| `only_verified_mobile` | toggle                     | No       | `false`   | When on, enables only verified mobile. Defaults to off.                                                   |

Inputs and outputs [#inputs-and-outputs]

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

**Outputs**

Reference an output downstream with `<Prospeo.field>`.

| Name                      | Type    | Description                                        |
| ------------------------- | ------- | -------------------------------------------------- |
| `current_plan`            | string  | Current Plan returned by the operation.            |
| `current_team_members`    | number  | Current Team Members returned by the operation.    |
| `remaining_credits`       | number  | Remaining Credits returned by the operation.       |
| `used_credits`            | number  | Used Credits returned by the operation.            |
| `next_quota_renewal_days` | number  | Next Quota Renewal Days returned by the operation. |
| `next_quota_renewal_date` | string  | Next Quota Renewal Date returned by the operation. |
| `free_enrichment`         | boolean | Free Enrichment returned by the operation.         |
| `company`                 | json    | Company returned by the operation.                 |
| `person`                  | json    | Person returned by the operation.                  |

Example [#example]

A minimal configuration for this block:

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

Limits and failure modes [#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.

Related [#related]

* [All workflow blocks](/reference/blocks)
* [Workflow Builder overview](/workflow-builder-overview)
* [Integrations](/integrations)