Interseller

Outbound automation platform

Go to site
Explore
/
Apps
/
Interseller

Interseller API Integrations

Build and run workflows using the Interseller API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

The Interseller API can be used to build a variety of applications, including:

  • An application to search for and contact potential customers
  • A CRM application to manage your customer relationships
  • A sales intelligence application to gather information about potential customers
  • A marketing application to target potential customers with personalized messages
  • An accounting application to track your sales and customers
  • A customer service application to help your customers with their inquiries
  • A human resources application to keep track of your employees
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    interseller: {
      type: "app",
      app: "interseller",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `http://interseller.io/api/team/users`,
      headers: {
        "X-API-Key": `${this.interseller.$auth.api_key}`,
      },
    })
  },
})

Choose an API to Connect with Interseller API

1
-
12
of
1000+
apps by most popular

Authentication

Interseller uses API keys for authentication. When you connect your Interseller account, Pipedream securely stores the keys so you can easily authenticate to Interseller APIs in both code and no-code steps.

Obtain an API key from your Interseller account