> ## Documentation Index
> Fetch the complete documentation index at: https://www.bolna.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Using Bolna AI with n8n

> Learn how to integrate Bolna Voice AI with n8n to create custom workflows, enabling seamless automation between Bolna and other applications.

Integrating Bolna Voice AI with [n8n](https://n8n.io/) allows you to trigger powerful, custom workflows from your voice agent's activities. With this integration, a completed Bolna call can initiate actions in hundreds of apps connected through n8n, making your processes more efficient and reducing manual work. It helps streamline post-call workflows and improve productivity by automating repetitive tasks like sending emails or updating a CRM.

## Bolna AI Triggers on n8n

The primary way to integrate Bolna with n8n is by using a webhook. Bolna sends data to an n8n webhook URL when an event occurs, which then triggers your workflow.

<CardGroup cols={2}>
  <Card title="Make a Phone Call" icon="phone-arrow-up-right" href="https://n8n.io">
    To create Outbound calls
  </Card>

  <Card title="Get all phone call logs" icon="list-timeline" href="https://n8n.io">
    Get all agents executions and their details
  </Card>
</CardGroup>

***

<Check>
  You can get help from the n8n community at [https://community.n8n.io/](https://community.n8n.io/).
</Check>
