Native {v-inc} Integration

Get up and running with an {v-in} API Integration in a matter of minutes
Start for freeDocumentation

No Need To Read The
{v-inc} API Docs

Read and write in real-time to the {v-in} API. We handle all the nuances of {v-in} through our Unified and Action API abstractions so you can focus on building your core product.
Accounts
Create, Search, and Update accounts across your customer's Apollo instance.
Activities
List activities across your customer's Apollo instance.
Contacts
Create, Search, and Update contacts across your customer's Apollo instance.
Custom-fields
Create and List custom-fields across your customer's Apollo instance.
Emails
Search emails across your customer's Apollo instance.
Email-accounts
List email-accounts across your customer's Apollo instance.
Tasks
Search and Mark-complete tasks across your customer's Apollo instance.
Calls
Create, Dispositions-list, and Details calls across your customer's Apollo instance.
Sequences
Create, Search, and Start sequences across your customer's Apollo instance.
Sequence-steps
Create sequence-steps across your customer's Apollo instance.
Sequence-templates
Update sequence-templates across your customer's Apollo instance.
Users
Search users across your customer's Apollo instance.
Labels
Search labels across your customer's Apollo instance.
People
Search people across your customer's Apollo instance.
Users
Find and List Users across your customer's CRM instance.
Accounts
Find, List, Update, and Create Accounts across your customer's CRM instance.
Contacts
Find, List, Update, and Create Contacts across your customer's CRM instance.
Emails
Find, List, Update, and Create Emails across your customer's CRM instance.
Sequences
Find, List, Start, and Create Sequences across your customer's Sales Engagement instance.
CustomFields
Find and List CustomFields across your customer's Sales Engagement instance.
Mailboxes
List Mailboxes across your customer's Sales Engagement instance.
SequenceSteps
Create SequenceSteps across your customer's Sales Engagement instance.
Tags
List Tags across your customer's Sales Engagement instance.

No Need To Read The
{v-inc} API Docs

Read and write in real-time to the {v-in} API. We handle all the nuances of {v-in} through our Unified and Action API abstractions so you can focus on building your core product.
Accounts
Create, Search, and Update accounts across your customer's Apollo instance.
Activities
List activities across your customer's Apollo instance.
Contacts
Create, Search, and Update contacts across your customer's Apollo instance.
Custom-fields
Create and List custom-fields across your customer's Apollo instance.
Emails
Search emails across your customer's Apollo instance.
Email-accounts
List email-accounts across your customer's Apollo instance.
Tasks
Search and Mark-complete tasks across your customer's Apollo instance.
Calls
Create, Dispositions-list, and Details calls across your customer's Apollo instance.
Sequences
Create, Search, and Start sequences across your customer's Apollo instance.
Sequence-steps
Create sequence-steps across your customer's Apollo instance.
Sequence-templates
Update sequence-templates across your customer's Apollo instance.
Users
Search users across your customer's Apollo instance.
Labels
Search labels across your customer's Apollo instance.
People
Search people across your customer's Apollo instance.
Users
Find and List Users across your customer's CRM instance.
Accounts
Find, List, Update, and Create Accounts across your customer's CRM instance.
Contacts
Find, List, Update, and Create Contacts across your customer's CRM instance.
Emails
Find, List, Update, and Create Emails across your customer's CRM instance.
Sequences
Find, List, Start, and Create Sequences across your customer's Sales Engagement instance.
CustomFields
Find and List CustomFields across your customer's Sales Engagement instance.
Mailboxes
List Mailboxes across your customer's Sales Engagement instance.
SequenceSteps
Create SequenceSteps across your customer's Sales Engagement instance.
Tags
List Tags across your customer's Sales Engagement instance.

Enterprise Ready

Fine-grained permissions

Don’t get blocked by security reviews. Manage the permissions you need

Data Management

Sync only the data you want or don’t sync any at all

White-labeling

Your customers won’t even know you’re using us

Integrate In Minutes
with a Few Lines of Code

Vessel was built by developers for developers and comes with everything you need to build customer-facing integrations in minutes.
function App() {
  const { open } = Vessel();

  return (
    <button
      onClick={() => open({
        integrationId: "apollo"
      })}
    >
      Connect Apollo
    </button>
  )
}
const data = await vessel.actions.apollo.people.search({
    accessToken: await getToken(),
});
{
  "data": {
    "people": [
      {
        "name": "Neil Armstrong",
        "mission": "Apollo 11",
        "year": 1969,
        ...
      },
      {
        "name": "Buzz Aldrin",
        "mission": "Apollo 11",
        "year": 1969,
        ...
      },
      ...
    ]
  }
}
const data = await vessel.unifications.engagement.contacts.list({
  accessToken: await getToken(),
});
{
  "contacts": [
    {
      "bouncedCount": 1,
      "clickCount": 3,
      "customFields": {},
      "emails": [
        {
          "address": "tom@dunder.com",
          "isPrimary": true,
          "type": "work"
        }
      ],
      "firstName": "Tom",
      "jobTitle": "Director of Operations",
      "lastName": "Smith",
      ...
    },
    ...
  ],
  "nextPageCursor": "string"
}

Everything You Need in One Platform

Our platform is flexible enough to power all of your customer-facing integration needs. Mix and match the right tools for your use case, only pay for what you use.

Read and write

Push and pull data from your customer’s apps

Real-time triggers

Get notified by Webhooks when data changes

Unified API

Integrate with multiple apps quickly through a single API and common data model

Action API

Build deeper integrations for specific use cases with prebuilt actions

Managed Data Pipelines

Let us handle pulling and pushing data from your customer’s apps to your database

Quirks Handled

We take care of permission checks, rate limits, standardized date formats, and much more.

Extensible

Support any integrations you want with our open-source integrations repo

About {v-inc}

Apollo is a sales engagement platform that empowers sales teams to automate and personalize their outreach efforts. It offers features such as email automation, multi-channel communication, and advanced analytics to help sales representatives effectively engage with prospects and drive more revenue.