Overview
Kakiyo’s API allows you to:- Create and manage outreach campaigns
- Add and manage prospects
- Create and use AI-powered message templates
- Manage AI agents that handle the conversations
- Track performance and results
Prerequisites
Before you begin, you’ll need:- A Kakiyo account (sign up here)
- An API key (generated from your dashboard)
- Basic understanding of RESTful APIs and HTTP requests
Authentication
All API requests must include your API key in the Authorization header:Keep your API key secure! Do not share it publicly or include it in client-side code.
Basic Example
Here’s a simple example of how to use the Kakiyo API to create a campaign:Common Workflow
A typical workflow with the Kakiyo API looks like this:-
Setup your environment:
- Create products that describe your offerings
- Create prompts/templates for your messaging
- Create and configure AI agents
-
Create a campaign:
- Define campaign parameters
- Set qualification criteria
- Link to appropriate product, prompt, and agent
-
Add prospects:
- Add individual prospects or batches
- Include LinkedIn profile URLs and any additional information
-
Monitor and manage:
- Track campaign performance
- Manage conversations
- Qualify prospects based on responses