ProspectPro icon

ProspectPro

Get data from the ProspectPro API.

Actions11

Overview

The node integrates with the ProspectPro API to update information about a specific prospect. It allows users to modify key attributes of a prospect such as their qualification status, associated tags, and assigned owner. This operation is useful in scenarios where you want to keep your prospect data current based on new insights or changes in your sales or marketing processes.

For example, after qualifying a lead during a sales call, you can use this node to update the prospect's qualification status to "Qualified". Similarly, if a prospect's ownership changes within your team, you can update the owner field accordingly. Tag updates help categorize prospects dynamically for targeted campaigns or segmentation.

Properties

Name Meaning
Prospect ID The unique identifier of the prospect to update. Required to specify which prospect record to modify.
Update Fields A collection of fields that can be updated on the prospect:
- Qualification Status The prospect's qualification state. Options: "Qualified", "Disqualified", "Not Qualified".
- Tag Names or IDs Tags to assign to the prospect. Multiple tags can be selected from a list or specified by IDs via expressions.
- Owners Name or ID The owner responsible for the prospect. Selectable from a list or set by an expression referencing an ID.

Output

The node outputs JSON data representing the updated prospect object as returned by the ProspectPro API. This typically includes all the prospect's fields reflecting the latest values after the update operation.

No binary data output is produced by this node.

Dependencies

  • Requires an active connection to the ProspectPro API.
  • An API authentication token (API key credential) must be configured in n8n credentials for authorization.
  • The base URL used for requests is https://api.prospectpro.nl/v1.2.
  • The node uses HTTP PATCH method to update prospect data at the /prospects endpoint.

Troubleshooting

  • Missing or invalid Prospect ID: The update will fail if the Prospect ID is not provided or incorrect. Ensure the ID corresponds to an existing prospect.
  • Invalid field values: Setting unsupported values for qualification status, tags, or owner may cause errors. Use only the allowed options or valid IDs.
  • Authentication errors: If the API key credential is missing or invalid, the request will be rejected. Verify the credential configuration.
  • Network issues: Connectivity problems to the ProspectPro API endpoint will prevent updates. Check network access and proxy settings if applicable.
  • API rate limits: Frequent updates might hit API rate limits imposed by ProspectPro. Implement retry logic or reduce request frequency if needed.

Links and References

Discussion