What do you want to automate

with APIVerve and Pushcut?

Prompt, edit and deploy AI agents that connect to APIVerve, Pushcut and 2,500+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
DNS Lookup with APIVerve API on New Action Created from Pushcut API
Pushcut + APIVerve
 
Try it
Get Dictionary Definition with APIVerve API on New Action Created from Pushcut API
Pushcut + APIVerve
 
Try it
Get Weather with APIVerve API on New Action Created from Pushcut API
Pushcut + APIVerve
 
Try it
IP Blacklist Lookup with APIVerve API on New Action Created from Pushcut API
Pushcut + APIVerve
 
Try it
Moon Phases with APIVerve API on New Action Created from Pushcut API
Pushcut + APIVerve
 
Try it
New Action Created from the Pushcut API

Emit new event when a new action is created.

 
Try it
DNS Lookup with the APIVerve API

Look up the DNS records of a domain. See the documentation

 
Try it
Execute Homekit Scene with the Pushcut API

Schedules an Automation Server action request for a homekit scene. See the documentation

 
Try it
Get Dictionary Definition with the APIVerve API

Get the definition of a word. See the documentation

 
Try it
Execute Shortcut with the Pushcut API

Schedules an Automation Server action request for a shortcut. See the documentation

 
Try it
Get Weather with the APIVerve API

Return the temperature, humidity, and more for a given location. See the documentation

 
Try it
Integrate the APIVerve API with the Pushcut API
Setup the APIVerve API trigger to run a workflow which integrates with the Pushcut API. Pipedream's integration platform allows you to integrate APIVerve and Pushcut remarkably fast. Free for developers.

Connect APIVerve

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    apiverve: {
      type: "app",
      app: "apiverve",
    }
  },
  async run({steps, $}) {
    const data = {
      "value": `https://pipedream.com/`,
    }
    return await axios($, {
      method: "post",
      url: `https://api.apiverve.com/v1/qrcodegenerator`,
      headers: {
        "x-api-key": `${this.apiverve.$auth.api_key}`,
      },
      data,
    })
  },
})

Overview of Pushcut

The Pushcut API enables the automation of iOS notifications with custom actions, triggering events based on various conditions. On Pipedream, you can harness this functionality to create intricate workflows, combining Pushcut notifications with a multitude of services to act based on data from APIs, schedules, or other apps. Think of Pushcut as a bridge between the real world and your digital tasks, letting you know when to act and offering shortcuts to execute specific automations directly from your iOS devices.

Connect Pushcut

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    pushcut: {
      type: "app",
      app: "pushcut",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.pushcut.io/v1/devices`,
      headers: {
        "Accept": `application/json`,
        "API-Key": `${this.pushcut.$auth.api_key}`,
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo