Integrations

Bring the business you already have.
Vyra will meet it there.

Use direct connections where simplicity matters, Zapier where speed matters, and webhooks or API access where your system is your own.

Explore connections
01

Native

Deep, product-specific connections designed and maintained by Vyra.

02

Zapier

Fast workflow composition across the tools your team already uses.

03

Webhooks

Accept leads and events from any system capable of sending an HTTP request.

04

API

Build directly on Vyra for custom messages, records, events, and operations.

Connection directory

The shortest path between systems.

Representative future-state integration catalog. Availability and depth vary by product and account configuration.

Advertising

Google Ads

Campaign, spend, creative, conversion, and account context.

Advertising connection
Advertising + Leads

Meta

Ads, native lead forms, campaigns, and business assets.

Advertising + Leads connection
Automation

Zapier

Connect Vyra events with thousands of operational workflows.

Automation connection
CRM + Automation

GoHighLevel

Coordinate contacts, opportunities, messages, and workflow actions.

CRM + Automation connection
Developer

Webhooks

Receive leads from anywhere and send business events wherever they belong.

Developer connection
Developer

Vyra API

Send messages, create records, and connect custom business systems.

Developer connection
Reputation

Google Business Profile

Monitor reviews, replies, locations, and reputation activity.

Reputation connection
Advertising

TikTok

Bring campaign and lead context into the connected performance view.

Advertising connection
Advertising

Microsoft Advertising

Coordinate search demand and result attribution across markets.

Advertising connection
Commerce

Shopify

Connect purchases, customer value, and product economics to advertising.

Commerce connection
Communications

Email

Run permission-aware sequences from the customer pipeline.

Communications connection
Pipeline

Direct mail

Trigger physical follow-up at a sales stage or defined interval.

Pipeline connection

Universal intake

If it can send a webhook, it can send a lead to Vyra.

Normalize the payload, preserve the source, apply routing, and begin the correct workflow without waiting for a bespoke connector.

POST /v1/leads
{
  "source": "partner-form",
  "contact": {
    "name": "Avery Ortiz",
    "phone": "+1 615 555 0142"
  },
  "route": "commercial-southeast",
  "consent": ["sms", "email"]
}