Aircall Integration
Overview
Integrate Aircall with Genfin to automatically send call recordings for analysis. This guide provides step-by-step instructions to set up the integration using Aircall's Webhooks.
Step 1: Configure Aircall Webhook
To set up the integration, you'll need to create a webhook in your Aircall dashboard that points to Genfin's endpoint.
Webhook URL:
https://api.genfin.ai/webhooks/aircall?company=your_company_name
Replace your_company_name
with your organization's identifier used in Genfin.
Steps to Create the Webhook:
- Log in to your Aircall dashboard.
- Navigate to Integrations & API > Discover integrations.
- Scroll down and select Webhook.
Click Install integration.
- In the Integration name (custom) field, enter a name to identify the webhook (e.g., "Genfin Integration").
- In the URL field, paste the Genfin webhook URL provided above.
- Toggle on the events you want to receive. For recording analysis, ensure that call.ended is selected.
- Click Add webhook to save the configuration.(SleekFlow, Aircall Support, OttoKit, developer.aircall.io)
Step 2: Genfin's Expected Response
Upon receiving the webhook, Genfin will process the recording and respond with:
{ "status": "success", "message": "Recording processed successfully" }
If the company
parameter does not match any organization in Genfin, the response will be:
{ "status": "success", "message": "Invalid company" }
Need Assistance?
If you're unsure about your Genfin company identifier or need help configuring Aircall's webhook, please contact Genfin Support at support@genfin.ai.