What do you want to automate

with CallerAPI and Globalping?

Prompt, edit and deploy AI agents that connect to CallerAPI, Globalping 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
Get Phone Number Information with the CallerAPI API

Retrieve detailed information about a specific phone number, including name, location, and carrier. See the documentation

 
Try it
Get Phone Number Picture with the CallerAPI API

Retrieve the profile picture associated with a phone number. See the documentation

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

Connect CallerAPI

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: {
    callerapi: {
      type: "app",
      app: "callerapi",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://callerapi.com/api/me`,
      headers: {
        "x-auth": `${this.callerapi.$auth.api_key}`,
      },
    })
  },
})

Connect Globalping

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: {
    globalping: {
      type: "app",
      app: "globalping",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.globalping.io/v1/limits`,
      headers: {
        Authorization: `Bearer ${this.globalping.$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