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.
Messages
Create and Update messages across your customer's Slack instance.
Users
List users across your customer's Slack instance.
Conversations
List conversations across your customer's Slack instance.
Accounts
Find, List, Update, and Create Accounts across your customer's CRM instance.
Message
Update and Create Message across your customer's Chat instance.
Channels
List Channels across your customer's Chat 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.
Messages
Create and Update messages across your customer's Slack instance.
Users
List users across your customer's Slack instance.
Conversations
List conversations across your customer's Slack instance.
Accounts
Find, List, Update, and Create Accounts across your customer's CRM instance.
Message
Update and Create Message across your customer's Chat instance.
Channels
List Channels across your customer's Chat 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: "slack"
      })}
    >
      Connect Slack
    </button>
  )
}
const data = await vessel.actions.slack.users.list({
    accessToken: await getToken(),
});
{
  "users": [
    {
      "id": "U123456",
      "name": "John Doe",
      "email": "johndoe@example.com",
      "status": "active",
      "team_id": "T123456",
      "is_admin": true,
      "is_owner": false,
      "is_bot": false,
      ...
    },
    ...
  ]
}
const data = await vessel.unifications.chat.users.list({
accessToken: await getToken(),
});
{
  "users": [
    {
      "createdTime": "2019-08-24T14:15:22Z",
      "id": "e5f32d4fd2115220bd20a2ccf81210ec",
      "isDeleted": false,
      "name": "Tom Haverford"
    }
  ],
  "nextPageCursor": "123123"
}

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}

Slack is a digital hub that connects teams with the apps, services, and resources they need to get work done. It's a platform for team communication and collaboration, offering real-time messaging, file sharing, and integrations with other popular business tools.