Actions19
- Agent Actions
- Campaign Actions
- Product Actions
- Prompt Actions
- Prospect Actions
Overview
The node interacts with the Kakiyo API to manage prospects within campaigns. Specifically, the "Get Details" operation for the "Prospect" resource retrieves detailed information about a single prospect based on their chat or conversation ID. This is useful in scenarios where you want to fetch up-to-date data about a specific prospect's status, profile, or interaction history within a campaign.
Practical examples include:
- Fetching detailed information about a lead during a sales workflow.
- Retrieving conversation details to analyze engagement or qualification status.
- Integrating prospect details into CRM or marketing automation systems for personalized follow-ups.
Properties
| Name | Meaning |
|---|---|
| Chat ID | The unique identifier of the chat or conversation associated with the prospect. Required to specify which prospect's details to retrieve. |
Output
The output is a JSON object containing the detailed information of the specified prospect. This typically includes all relevant fields returned by the Kakiyo API for that prospect, such as name, LinkedIn URL, conversation status, qualification state, and any additional metadata related to the prospect.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for authenticating requests to the Kakiyo API.
- The node expects the base URL of the Kakiyo API to be configured in the credentials.
- Network connectivity to the Kakiyo API endpoint is necessary.
Troubleshooting
Common issues:
- Invalid or missing Chat ID: The operation requires a valid chat/conversation ID; providing an empty or incorrect ID will cause errors.
- Authentication failures: If the API key or credentials are invalid or expired, the request will fail.
- Network or API downtime: Connectivity issues or Kakiyo API outages will prevent successful retrieval.
Error messages:
- Errors returned from the API (e.g., 404 Not Found) likely indicate the chat ID does not exist or is inaccessible.
- Authentication errors suggest checking the API key credential configuration.
Resolutions:
- Verify the Chat ID is correct and corresponds to an existing prospect.
- Ensure the API key credential is properly set up and has required permissions.
- Check network connectivity and Kakiyo service status.
Links and References
- Kakiyo API Documentation (Assumed URL, replace with actual if known)
- n8n documentation on API Credentials