“10,000+ Appointments Booked Across AI-Powered Campaigns”-Get the System
Skip to content
MediaBloom

Integrations

AI agent integrations for your CRM & sales stack.

Connect MediaBloom AI voice agents and AI appointment setting to 600+ certified tools across CRM, support, data, voice, and commerce - plus a full API and SDK when your sales automation needs to go custom.

SF
Salesforce
CRM

Two-way sync of leads, contacts, and opportunities.

HS
HubSpot
CRM

Inbox, pipeline, and sequences - automated.

SL
Slack
Communication

Route signals and approvals into any channel.

MT
Microsoft Teams
Communication

Native chat, meetings, and handoffs.

GM
Gmail
Email

Agents read, write, and file threads.

OL
Outlook
Email

Enterprise inbox with audit trail.

ZD
Zendesk
Support

Auto-resolve and escalate with context.

IC
Intercom
Support

Deflect tickets with real resolution.

EP
Epic EHR
Healthcare

BAA-covered clinical data exchange.

TW
Twilio
Voice & SMS

Carrier-grade voice, SMS, and WhatsApp.

ST
Stripe
Payments

Collect, retry, and reconcile payments.

SN
Snowflake
Data

Stream interactions into your warehouse.

DB
Databricks
Data

Lakehouse-native analytics and ML.

SG
Segment
Data

First-party customer data pipeline.

OK
Okta
Security

SSO, SCIM, and fine-grained access.

ZM
Zoom
Communication

Meeting bots with transcripts and actions.

CL
Calendly
Scheduling

Book, reschedule, and nudge - automatically.

NT
Notion
Knowledge

Ground agents in your docs and wikis.

ZP
Zapier
Automation

6,000+ apps, no code required.

SH
Shopify
Commerce

Order, shipping, and return workflows.

SS
Salesforce Sales Cloud
CRM

Two-way sync of leads, contacts, and opportunities.

SS
Salesforce Service Cloud
CRM

Pipeline automation with AI-qualified leads.

SF
Salesforce Financial Services Cloud
CRM

Unified customer records across every channel.

SH
Salesforce Health Cloud
CRM

Auto-logged calls, emails, and meeting notes.

SN
Salesforce Nonprofit Cloud
CRM

AI-enriched contact data and deduplication.

SE
Salesforce Education Cloud
CRM

Real-time activity triggers into your workflows.

SM
Salesforce Marketing Cloud
CRM

Agent-ready CRM actions with audit trails.

SS
Salesforce Starter
CRM

Bulk import, field mapping, and conflict-free merging.

HS
HubSpot Sales Hub
CRM

Custom object and property synchronization.

HS
HubSpot Service Hub
CRM

Hand-offs with full context and next-best-action.

HM
HubSpot Marketing Hub
CRM

Bidirectional sync of tasks, notes, and attachments.

HC
HubSpot CRM Free
CRM

Lifecycle stage automation with AI scoring.

HO
HubSpot Operations Hub
CRM

Outbound dialer and SMS handoff built in.

ZC
Zoho CRM
CRM

Enterprise RBAC with per-team permissioning.

ZC
Zoho CRM Plus
CRM

Webhooks with delivery retries and replay.

ZB
Zoho Bigin
CRM

Two-way sync of leads, contacts, and opportunities.

ZD
Zoho Desk
CRM

Pipeline automation with AI-qualified leads.

ZS
Zoho SalesIQ
CRM

Unified customer records across every channel.

ZC
Zoho Campaigns
CRM

Auto-logged calls, emails, and meeting notes.

PI
Pipedrive
CRM

AI-enriched contact data and deduplication.

PL
Pipedrive Leadbooster
CRM

Real-time activity triggers into your workflows.

PS
Pipedrive Smart Docs
CRM

Agent-ready CRM actions with audit trails.

PC
Pipedrive Campaigns
CRM

Bulk import, field mapping, and conflict-free merging.

MD
Microsoft Dynamics 365 Sales
CRM

Custom object and property synchronization.

MD
Microsoft Dynamics 365 Customer Service
CRM

Hand-offs with full context and next-best-action.

MD
Microsoft Dynamics 365 Marketing
CRM

Bidirectional sync of tasks, notes, and attachments.

MD
Microsoft Dynamics 365 Field Service
CRM

Lifecycle stage automation with AI scoring.

MD
Microsoft Dynamics 365 Finance
CRM

Outbound dialer and SMS handoff built in.

Showing 48 of 520 integrations

Build your own

Don't see it? Ship a custom integration in a weekend.

Our Action SDK lets you turn any internal API into a typed tool your agents can safely use - with per-tenant auth, schemas, and audit logs handled for you.

Read the docs
actions/bookTour.ts
import { defineAction } from "@mediabloom/sdk";
import { z } from "zod";

export const bookTour = defineAction({
  name: "book_tour",
  description: "Book a property tour.",
  input: z.object({
    propertyId: z.string(),
    at: z.string().datetime(),
    contactEmail: z.string().email(),
  }),
  async handler({ input, ctx }) {
    const tour = await ctx.crm.bookings.create({
      propertyId: input.propertyId,
      scheduledAt: input.at,
      email: input.contactEmail,
    });
    return { tourId: tour.id, status: "confirmed" };
  },
});
REST & GraphQL API

Typed, versioned, and well-documented.

Realtime webhooks

Reliable delivery with retries and replay.

Action SDK

Ship a certified integration in a weekend.

Enterprise-grade auth

OAuth 2, SAML, SCIM, and per-env keys.

FAQ

AI agent integrations - frequently asked questions

How MediaBloom connects to the CRM, support, voice, and data tools revenue teams already run.

Does MediaBloom integrate with my CRM?

+
Yes. We have native two-way sync with Salesforce, HubSpot, GoHighLevel, Zoho, Pipedrive, Close, and dozens more. If your CRM is not listed, we can connect via API in a few days.

How long does an integration take to go live?

+
Native integrations are typically live the same day. Custom API integrations ship in under a week using our Action SDK.

Can I build my own integration?

+
Yes. Our Action SDK lets you define typed tools an agent can safely call, with auth, schemas, and audit logs handled. Most internal integrations ship in a weekend.

How secure are the integrations?

+
Every integration runs with OAuth 2, SAML, SCIM, per-environment keys, and full audit logging. SOC 2 Type II and HIPAA-ready deployments available for enterprise customers.

Can agents take actions, not just read data?

+
Yes. Agents can create records, update opportunities, book meetings, send messages, process refunds, and trigger any workflow you expose through an integration.

Do webhooks retry automatically?

+
Yes. Webhooks retry with exponential backoff, are replayable from the dashboard, and include signed payloads for verification.
600+ connectors

Get MediaBloom connected to your stack in a day.