ProspectPro icon

ProspectPro

Get data from the ProspectPro API.

Actions11

Overview

The "Contact - Get Many" operation in this node retrieves multiple contact records from the ProspectPro API. It is useful for scenarios where you need to fetch a list of contacts associated with a specific prospect or filter contacts based on modification date. This operation supports retrieving detailed output including metadata about the total number of contacts found.

Practical examples include:

  • Fetching all contacts linked to a particular prospect ID.
  • Retrieving contacts that have been updated since a certain date/time to sync changes.
  • Getting a summary count of contacts without fetching full details.

Properties

Name Meaning
Prospect ID The ID of the prospect whose contacts you want to retrieve.
Modified Since Retrieve contacts modified since this specific date and time (timestamp converted automatically).
Detailed Output Whether to return detailed output such as the total number of contacts found. If true, returns one item instead of an array.

Output

The output JSON contains the retrieved contact data from the ProspectPro API. When "Detailed Output" is false, the output is an array of contact objects representing each contact matching the query criteria.

If "Detailed Output" is true, the output contains a single object with additional metadata such as the total number of contacts found, rather than an array of contacts.

This node does not output binary data.

Dependencies

  • Requires an active connection to the ProspectPro API via an API key credential configured in n8n.
  • The base URL used for requests is https://api.prospectpro.nl/v1.2.
  • No other external dependencies are required.

Troubleshooting

  • Empty results: Ensure the Prospect ID is correct and that there are contacts associated with it. Also verify the "Modified Since" date is not filtering out all contacts.
  • Authentication errors: Confirm that the API key credential is valid and has sufficient permissions.
  • Unexpected single item output: If "Detailed Output" is enabled, the node returns a single object with metadata instead of an array. Disable this option if you expect an array of contacts.
  • Date format issues: The "Modified Since" property expects a valid date/time; invalid formats may cause request failures.

Links and References

Discussion