Actions19
- Agent Actions
- Campaign Actions
- Product Actions
- Prompt Actions
- Prospect Actions
Overview
This node interacts with the Kakiyo API to manage prospects within campaigns. Specifically, the "Get Many" operation under the "Prospect" resource retrieves multiple prospects associated with a specified campaign. This is useful for scenarios where you want to fetch and process lists of prospects linked to marketing or sales campaigns, such as exporting prospect data, analyzing engagement, or integrating prospect information into other workflows.
For example, you might use this node to:
- Retrieve all prospects from a particular campaign to send follow-up emails.
- Aggregate prospect data for reporting or CRM synchronization.
- Filter and segment prospects based on campaign participation.
Properties
| Name | Meaning |
|---|---|
| Campaign ID | ID of the campaign to retrieve prospects from (required) |
Output
The output is a JSON array containing prospect objects retrieved from the specified campaign. Each object represents a prospect with its associated data fields as returned by the Kakiyo API. The exact structure depends on the API response but typically includes identifiers, names, URLs, and possibly additional custom fields related to each prospect.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for authenticating with the Kakiyo API.
- The node expects the base URL of the Kakiyo API to be configured in the credentials.
- Network access to the Kakiyo API endpoint is necessary.
Troubleshooting
- Missing or invalid Campaign ID: The operation requires a valid campaign ID. Ensure that the Campaign ID property is set and corresponds to an existing campaign.
- Authentication errors: If the API key or authentication token is missing or incorrect, requests will fail. Verify that the API credentials are correctly configured.
- API rate limits or connectivity issues: Network problems or API rate limiting may cause request failures. Check network connectivity and API usage limits.
- Empty results: If no prospects are returned, confirm that the campaign contains prospects and that the campaign ID is correct.
Common error messages will typically come from the Kakiyo API and include HTTP status codes and error descriptions. Handling these involves verifying input parameters and credentials.
Links and References
- Kakiyo API Documentation (hypothetical link, replace with actual if available)