Kakiyo

Interact with the Kakiyo API

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 the list of prospects retrieved from the specified campaign. Each item in the array represents a prospect object with details as returned by the Kakiyo API. The exact structure depends on the API response but typically includes fields like prospect name, LinkedIn URL, chat/conversation IDs, and any additional metadata related to the prospect.

No binary data output is indicated for this operation.

Dependencies

  • Requires an active connection to the Kakiyo API.
  • Needs an API authentication token credential configured in n8n to authorize requests.
  • The base URL for the Kakiyo API must be set in the credentials configuration.

Troubleshooting

  • Missing or invalid Campaign ID: The operation requires a valid campaign ID. Ensure the Campaign ID property is correctly set and corresponds to an existing campaign.
  • Authentication errors: If the API key or token is missing or invalid, the request will fail. Verify that the API credentials are properly configured in n8n.
  • API rate limits or connectivity issues: Network problems or API rate limiting may cause errors. Check network connectivity and Kakiyo API status.
  • Empty results: If no prospects are returned, confirm that the campaign has prospects added and that the campaign ID is correct.

Common error messages will typically come from the Kakiyo API and include HTTP status codes and messages indicating authorization failure, not found resources, or validation errors. Resolving these usually involves verifying input parameters and credentials.

Links and References

Discussion