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.
Practical examples include:
- Marking a prospect as qualified or disqualified after a sales call.
- Adding or removing tags to categorize prospects dynamically.
- Changing the owner responsible for managing the prospect.
Properties
| Name | Meaning |
|---|---|
| Prospect ID | The unique identifier of the prospect to update. |
| Update Fields | A collection of fields that can be updated: |
| - Qualification Status | Set the prospect's qualification status. Options: Qualified, Disqualified, Not Qualified. |
| - Tag Names or IDs | Assign one or more tags to the prospect by selecting from a list or specifying tag IDs via expression. |
| - Owners Name or ID | Assign an owner to the prospect by selecting from a list or specifying an owner ID via expression. |
Output
The node outputs JSON data representing the updated prospect object returned by the ProspectPro API. This typically includes the prospect's ID, updated qualification status, tags, owner information, and any other relevant metadata reflecting the changes made.
No binary data output is involved in this operation.
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. - The node uses internal methods to load options for tags and owners dynamically from the API.
Troubleshooting
- Missing or invalid Prospect ID: Ensure the Prospect ID is provided and correct; otherwise, the API will not identify which prospect to update.
- Invalid field values: Qualification status must be one of the predefined options (Qualified, Disqualified, Not Qualified). Tags and owners must exist in the system; otherwise, the update may fail.
- API authentication errors: Verify that the API key credential is valid and has sufficient permissions.
- Network or API errors: Check connectivity and API availability if requests time out or return server errors.
Links and References
- ProspectPro API Documentation (assumed official docs)
- n8n Expressions Documentation – for using expressions in property fields like tags and owners