AI Actions Overview

Enable your agent to take actions during conversations

AI Actions#

AI Actions let your agent do more than just answer questions — it can take real actions on behalf of users.


What Are AI Actions?#

Instead of just providing information, your agent can:

  • Schedule appointments
  • Send emails
  • Look up account information
  • Process requests
  • Trigger workflows

Available Actions#

ActionDescription
Google CalendarSchedule, reschedule, cancel appointments
Send EmailSend confirmation or follow-up emails
WebhooksTrigger external workflows

How It Works#

  1. User Request: User asks for something ("Book me an appointment")
  2. Intent Detection: Agent recognizes the action needed
  3. Confirmation: Agent confirms details with user
  4. Execution: Action is performed
  5. Confirmation: Agent confirms completion

Setting Up Actions#

  1. Go to your agent dashboard
  2. Navigate to AI Actions
  3. Connect the services you need
  4. Configure each action
  5. Train your agent

Security#

Permission Model#

  • You control which actions are enabled
  • Each action requires explicit connection
  • Actions only work within scope

Confirmation#

For sensitive actions:

  • Agent confirms before executing
  • User must approve
  • Action is logged

Custom Actions#

Build custom actions with webhooks:

  1. Create a webhook endpoint
  2. Configure the action schema
  3. Agent calls your endpoint with parameters
  4. Your system processes the request
  5. Response is returned to agent

Learn more about custom actions →


Use Cases#

Customer Support#

  • Book support calls
  • Send confirmation emails
  • Look up order status

Sales#

  • Schedule demos
  • Send pricing info
  • Create CRM records

Operations#

  • Process requests
  • Update systems
  • Trigger workflows
AI Actions Overview | AlonChat Docs