- Systems without API or integration support
- Sensitive tasks requiring human judgment
- Bridging gaps while implementing full integration
How manual actions work
- AI Agent identifies need – during a conversation, it determines a manual action is required
- AI Agent collects information – gathers required data from the customer
- Request sent to human agent – conversation hands off with a pending action
- Human agent executes – performs the action in the external system
- Human agent confirms – marks the action complete or rejected
Configure a manual action

| Field | Description |
|---|---|
| Action name | Descriptive name (e.g., “Refund Order”, “Update Billing Address”) |
| Action description | When the AI Agent should suggest this action |
| Required information | Data the AI Agent must collect before requesting |
Required information fields
Each field has:- Name – identifier (e.g.,
order_id,refund_reason) - Description – what to ask the customer
- Type – Text, Number, or Yes/No
Human agent workflow
When the AI Agent requests a manual action, human agents see it in their inbox.View pending actions
The ticket shows:- Action requested (e.g., “Refund Order”)
- Collected information from the customer
- Conversation context
Accept or reject
To accept:- Review the collected information
- Perform the action in your external system
- Click Accept to confirm
- Optionally add a note describing what you did
- Click Reject
- Provide a reason (helps the AI Agent respond appropriately)
- Conversation returns to AI Agent handling with your feedback
Example: Refund order
Configuration:| Field | Value |
|---|---|
| Action name | Refund Order |
| Description | Use when a customer requests a refund. Collect order ID and reason first. |
| Name | Description | Type |
|---|---|---|
order_id | Order number to refund | Text |
refund_reason | Why the customer wants a refund | Text |
refund_amount | Amount to refund (or “full”) | Text |
See also
- AI actions – for automated execution
- Security & verification – verified parameters and guardrails