ProspectPro icon

ProspectPro

Get data from the ProspectPro API.

Actions11

Overview

The node integrates with the ProspectPro API to retrieve detailed information about a specific prospect. It is designed to fetch data for a single prospect identified by their unique ID. This operation is useful in scenarios where you want to enrich your workflow with up-to-date prospect details, such as contact information, status, or other metadata stored in ProspectPro.

Practical examples include:

  • Fetching a prospect's profile before sending a personalized email campaign.
  • Retrieving prospect details to update CRM records.
  • Using prospect data to trigger conditional logic in automation workflows.

Properties

Name Meaning
Prospect ID The unique identifier of the prospect to retrieve. This is a required string input.
Detailed Output A boolean flag indicating whether to include additional request details in the output. When enabled, the output contains extra data that may require parsing. Default is false.

Output

The node outputs JSON data representing the retrieved prospect's information from the ProspectPro API. This includes all standard fields associated with the prospect record.

If the "Detailed Output" property is enabled, the output will also contain additional request metadata, which might need further processing to extract the core prospect data.

The node does not output binary data.

Dependencies

  • Requires an API key credential for authenticating with the ProspectPro API.
  • The base URL for API requests is https://api.prospectpro.nl/v1.2.
  • No additional environment variables are needed beyond the API authentication setup.

Troubleshooting

  • Missing or invalid Prospect ID: Since the Prospect ID is required, ensure it is provided and correctly formatted. An empty or incorrect ID will cause the API call to fail.
  • API authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • Unexpected output format when Detailed Output is enabled: Enabling detailed output adds extra metadata to the response. If downstream nodes expect only the prospect data, parse or filter the output accordingly.
  • Network or API downtime: Check network connectivity and ProspectPro service status if requests time out or fail unexpectedly.

Links and References

Discussion