Skip to content

Aksita AI

2 min read

Open Integration → Aksita AI.

What this page is for

The Integration page is a guide — it shows your human-agent callback URL and which devices use Aksita mode. It does not store API keys.

Aksita AI Integration page — guide, callback URL, and devices list

Sample data shown.

Keys live in two places:

  1. Device settings — set On incoming message to Aksita AI and paste the key (WhatsApp, Telegram, or WABA).
  2. Flow Aksita node — paste the key on the node (plus a message template).

Create keys in the Aksita dashboard.


Device mode: Aksita AI

Edit a WhatsApp, Telegram, or WABA device, choose Aksita AI for On incoming message, and paste the API key.

Device edit — On incoming message set to Aksita AI with API key field

Sample data shown.

When a device’s inbound mode is Aksita AI:

  1. An inbound user message creates or reuses an Aksita conversation_id for that sender.
  2. Kirisan calls Aksita POST /chat and sends each string in response[] back on the channel.
  3. On save with an API key, Kirisan registers PUT /webhook so human-agent replies from Aksita POST to your Kirisan callback (/aksita/webhook).
  4. Failures are logged; keyword autoreply does not run as a fallback.

WhatsApp devices need Auto Read (same as Autoreply / Flow / Spreadsheet).


Flow node: Aksita

In the Flow editor Action palette, add Aksita AI.

Aksita AI node editor — API key, message, context, and conversation ID

Sample data shown.

FieldPurpose
API keyAksita X-API-Key
MessageTemplate (default {{message}})
Additional contextOptional
Conversation IDOptional; reuse {{aksita_conversation_id}} or leave empty to create a session

Edges: success / error.

Variables on success: {{aksita_response}}, {{aksita_conversation_id}}, {{aksita_message_id}}, {{aksita_remaining_credits}}. On error: {{aksita_error}}.

Use Try Aksita in the node to run a real chat request while editing.


  • Autoreply — keyword templates on devices
  • Flows — multi-step automations
  • Webhooks — forward events to your server