Actions19
- Agent Actions
- Campaign Actions
- Product Actions
- Prompt Actions
- Prospect Actions
Overview
This node integrates with the Kakiyo API to manage prospects within campaigns. Specifically, the "Qualify" operation for the "Prospect" resource marks a prospect as qualified in the system. This is useful in sales or marketing automation workflows where you want to update the status of a lead or prospect after certain criteria are met, such as successful engagement or verification.
Practical examples include:
- Automatically qualifying a prospect after a positive conversation.
- Marking prospects as qualified based on external triggers or manual review.
- Integrating qualification status updates into broader campaign management workflows.
Properties
| Name | Meaning |
|---|---|
| Chat ID | The unique identifier of the chat or conversation associated with the prospect to be qualified. This is required to specify which prospect's status will be updated. |
Output
The node outputs JSON data representing the response from the Kakiyo API after marking the prospect as qualified. The structure typically includes details about the updated prospect or confirmation of the qualification action.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating requests to the Kakiyo API.
- The base URL for the Kakiyo API must be configured in the node credentials.
- Network access to the Kakiyo API endpoint is necessary.
Troubleshooting
Common issues:
- Invalid or missing Chat ID: The operation requires a valid chat/conversation ID; ensure it is correctly provided.
- Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
- Network or API endpoint errors: Check connectivity and the correctness of the base URL configuration.
Error messages:
- Errors returned by the Kakiyo API will be included in the node output if "Continue On Fail" is enabled.
- Typical error messages may indicate invalid parameters, unauthorized access, or resource not found (e.g., invalid chat ID).
Resolution:
- Double-check input parameters, especially the Chat ID.
- Confirm API credentials and endpoint settings.
- Review API documentation for specific error codes and meanings.
Links and References
- Kakiyo API Documentation (Assumed link, replace with actual if available)