How to Integrate Voice360 with Your CRM

Connect Voice360 to your CRM to automatically sync call data and create leads. Use our native integrations for HubSpot and Salesforce, or set up custom webhooks to connect with any system.

Integration Options

Voice360 offers multiple ways to connect with your CRM and external systems:

Native Integrations (HubSpot & Salesforce)

Voice360 offers native integrations with HubSpot and Salesforce. These integrations use OAuth for secure authentication and provide deep connectivity with your CRM.

Setting Up HubSpot Integration

  1. Navigate to Settings → Integrations in your Voice360 dashboard
  2. Find HubSpot in the CRM section and click Connect
  3. You'll be redirected to HubSpot to authorize the connection
  4. Grant the requested permissions (contacts, deals, companies)
  5. Once authorized, you'll be redirected back to Voice360

Setting Up Salesforce Integration

  1. Navigate to Settings → Integrations in your Voice360 dashboard
  2. Find Salesforce in the CRM section and click Connect
  3. You'll be redirected to Salesforce to authorize the connection
  4. Grant the requested permissions
  5. Once authorized, configure your field mappings
AI Agent + CRM

Once connected, AI Agents can automatically create and update records in your CRM during voice or SMS conversations. Configure this in your AI Agent settings.

Custom Webhooks

Webhooks let you send real-time event data from Voice360 to any URL endpoint. This is perfect for integrating with custom systems, internal tools, or CRMs that don't have a native integration.

Available Webhook Events

Voice360 can send webhooks for the following events:

Creating a Webhook

  1. Navigate to Settings → Webhooks in your Voice360 dashboard
  2. Click Add Webhook
  3. Fill in the webhook details:
    • Name - A descriptive name (e.g., "CRM Call Logger")
    • URL - Your endpoint URL (must be https://)
    • HTTP Method - GET or POST
    • Event Type - Select which event triggers this webhook
    • Retries - Number of retry attempts (1-10) if the request fails
  4. Click Save

Example: Creating Leads from Incoming Calls

To automatically create leads in your CRM when calls come in, set up a webhook for the USER_ANSWER event pointing to your CRM's API or a middleware service.

The webhook payload includes call details like:

{
  "event": "USER_ANSWER",
  "caller_number": "+15551234567",
  "called_number": "+15559876543",
  "timestamp": "2026-01-06T14:30:00Z",
  "call_id": "abc123",
  "account_id": "12345"
}
Webhook Security

Make sure your webhook endpoint validates incoming requests and uses HTTPS. Consider implementing signature verification if your receiving system supports it.

AI Agents & CRM Integration

Voice360's AI Agents can interact with your CRM during conversations. When connected to HubSpot or Salesforce, AI agents can:

How It Works

AI Agents use natural language to understand when CRM actions are needed. For example, if a caller provides their email address and asks about pricing, the AI can:

  1. Create a new lead in your CRM with the caller's information
  2. Tag the lead with relevant interests (e.g., "Pricing Inquiry")
  3. Continue the conversation naturally

Configure CRM actions in your AI Agent's prompt and settings. The AI agent can handle both voice calls and SMS conversations.

AI Agent Flexibility

AI Agents are highly customizable through prompts. You can instruct the agent to collect specific information, qualify leads based on criteria, and take different actions depending on the conversation.

Using Webhooks with Zapier & Make

You can use Voice360 webhooks to trigger automations in Zapier or Make (formerly Integromat). This lets you connect to thousands of apps without writing code.

Setting Up with Zapier

  1. In Zapier, create a new Zap and select "Webhooks by Zapier" as your trigger
  2. Choose "Catch Hook" as the trigger event
  3. Copy the webhook URL that Zapier provides
  4. In Voice360, go to Settings → Webhooks and create a new webhook
  5. Paste the Zapier webhook URL and select your desired event (e.g., USER_HANGUP)
  6. Back in Zapier, test the trigger by making a call in Voice360
  7. Add your action (e.g., create a HubSpot contact, send a Slack message)

Setting Up with Make

  1. In Make, create a new scenario and add a "Webhooks" module
  2. Select "Custom webhook" and create a new webhook
  3. Copy the webhook URL that Make provides
  4. In Voice360, go to Settings → Webhooks and create a new webhook
  5. Paste the Make webhook URL and select your desired event
  6. Back in Make, run the scenario once and trigger an event in Voice360 to define the data structure
  7. Add your action modules to build your automation

Example Use Cases

Next Steps

Now that you understand your integration options:

Questions? Visit our Support Center or contact our team for help setting up your integrations.