Actions11
Overview
The node integrates with the ProspectPro API to create an event associated with a specific prospect. This operation is useful for logging interactions or activities related to prospects, such as phone calls, emails, meetings, or notes. For example, a sales team could use this node to automatically record when they have called a prospect or sent them an email, helping maintain a detailed activity history.
Properties
| Name | Meaning |
|---|---|
| Prospect ID | The unique identifier of the prospect for whom the event will be created. |
| Event Type | The type of event to create. Options include: Phone Call, Email, Meeting, and Note. |
| Content | The textual content or message describing the event details. |
Output
The node outputs JSON data representing the newly created event as returned by the ProspectPro API. This typically includes details such as the event ID, associated prospect ID, event type, content/message, timestamps, and any other metadata provided by the API. The node does not output binary data.
Dependencies
- Requires an active connection to the ProspectPro API.
- Needs an API authentication token configured in n8n credentials to authorize requests.
- The base URL used for API requests is
https://api.prospectpro.nl/v1.2.
Troubleshooting
- Missing or invalid Prospect ID: Ensure that the Prospect ID is correctly provided and corresponds to an existing prospect in ProspectPro.
- Invalid event type: Use one of the supported event types (Phone Call, Email, Meeting, Note).
- API authentication errors: Verify that the API key credential is valid and has sufficient permissions.
- Network issues or API downtime: Check network connectivity and ProspectPro service status if requests fail.
- Empty content field: The content/message is required; ensure it is not left blank.
Common error messages will generally relate to HTTP status codes from the API, such as 400 Bad Request for missing parameters or 401 Unauthorized for authentication failures.
Links and References
- ProspectPro API Documentation (assumed official docs)
- n8n documentation on creating custom nodes