Interseller

Outbound automation platform

Integrate the Interseller API with the Schedule API

Setup the Interseller API trigger to run a workflow which integrates with the Schedule API. Pipedream's integration platform allows you to integrate Interseller and Schedule remarkably fast. Free for developers.

Set Contact Replied with Interseller API on Custom Interval from Schedule API
Schedule + Interseller
 
Try it
Set Contact Replied with Interseller API on Daily schedule from Schedule API
Schedule + Interseller
 
Try it
Set Contact Replied with Interseller API on Monthly Schedule from Schedule API
Schedule + Interseller
 
Try it
Set Contact Replied with Interseller API on Weekly schedule from Schedule API
Schedule + Interseller
 
Try it
Update Contact with Interseller API on Custom Interval from Schedule API
Schedule + Interseller
 
Try it
New Contact from the Interseller API

Emit new event when a new contact is created in Interseller.

 
Try it
Custom Interval from the Schedule API

Trigger your workflow every N hours, minutes or seconds.

 
Try it
New Contact Replied from the Interseller API

Emit new event when a contact is replied.

 
Try it
Daily schedule from the Schedule API

Trigger your workflow every day.

 
Try it
Monthly Schedule from the Schedule API

Trigger your workflow on one or more days each month at a specific time (with timezone support).

 
Try it
Set Contact Replied with the Interseller API

Update an existing contact to indicate as contacted. See the documentation

 
Try it
Update Contact with the Interseller API

Update an existing contact. See the documentation

 
Try it

Overview of Interseller

The Interseller API provides the power to streamline recruitment and sales processes by automating outreach and follow-ups. With Pipedream, you can leverage this API to create workflows that trigger based on specific criteria such as new candidate profiles or responses to outreach emails. These workflows can enrich lead data, sync information across platforms, or update your team with real-time notifications, reducing manual tasks and enhancing productivity.

Connect Interseller

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}`,
      },
    })
  },
})

Overview of Schedule

The Schedule app in Pipedream is a powerful tool that allows you to trigger workflows at regular intervals, ranging from every minute to once a year. This enables the automation of repetitive tasks and the scheduling of actions to occur without manual intervention. By leveraging this API, you can execute code, run integrations, and process data on a reliable schedule, all within Pipedream's serverless environment.