Actions19
- Agent Actions
- Campaign Actions
- Product Actions
- Prompt Actions
- Prospect Actions
Overview
This node integrates with the Kakiyo API to manage prospects and their conversations within campaigns. Specifically, the "Resume Conversation" operation for the "Prospect" resource allows users to resume a previously paused conversation with a prospect identified by a chat ID. This is useful in scenarios where automated or manual outreach conversations were temporarily halted and need to be continued seamlessly.
Practical examples include:
- Resuming follow-up messages to a lead after a pause.
- Restarting engagement with a prospect who was temporarily unresponsive.
- Managing conversation flow control in sales or marketing automation workflows.
Properties
| Name | Meaning |
|---|---|
| Chat ID | The unique identifier of the chat or conversation to resume. |
Output
The node outputs JSON data representing the response from the Kakiyo API after attempting to resume the conversation. This typically includes details about the updated state of the conversation or confirmation of the action performed.
No binary data output is involved in this operation.
Dependencies
- Requires an active connection to the Kakiyo API.
- Needs an API authentication token configured in n8n credentials (referred generically as "an API key credential").
- The base URL for the Kakiyo API must be set in the node's credential configuration.
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 configured and has necessary permissions.
- Network or API endpoint errors: Check connectivity and that the Kakiyo API service is operational.
Error messages:
"error": "Chat ID not found"or similar indicates the specified chat does not exist or is incorrect.- Authentication failures will typically return HTTP 401 or 403 errors; recheck API credentials.
- Rate limiting or server errors may cause temporary failures; retry after some time or check API status.
Links and References
- Kakiyo API Documentation (hypothetical link, replace with actual if available)
- n8n documentation on API Credentials