Hyros

Advertising Sales & AI Sales Attribution

Integrate the Hyros API with the Schedule API

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

Create Call with Hyros API on Custom Interval from Schedule API
Schedule + Hyros
 
Try it
Create Call with Hyros API on Daily schedule from Schedule API
Schedule + Hyros
 
Try it
Create Call with Hyros API on Monthly Schedule from Schedule API
Schedule + Hyros
 
Try it
Create Call with Hyros API on Weekly schedule from Schedule API
Schedule + Hyros
 
Try it
Create Lead with Hyros API on Custom Interval from Schedule API
Schedule + Hyros
 
Try it
Custom Interval from the Schedule API

Trigger your workflow every N hours, minutes or seconds.

 
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
Weekly schedule from the Schedule API

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

 
Try it
Create Call with the Hyros API

Create a new call. See the documentation

 
Try it
Create Lead with the Hyros API

Create a new lead. See the documentation

 
Try it

Overview of Hyros

The Hyros API offers the ability to track and analyze customer interactions across various marketing channels, aiming to improve ad tracking and ROI. Integrated within Pipedream, it allows for the automation of data collection, real-time analytics, and operational workflows. By leveraging Pipedream's serverless platform, developers can create workflows that respond to events from Hyros, trigger actions based on data insights, or synchronize data with other apps seamlessly.

Connect Hyros

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: {
    hyros: {
      type: "app",
      app: "hyros",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.hyros.com/v1/api/v1.0/user-info`,
      headers: {
        "API-Key": `${this.hyros.$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.