What do you want to automate

with Azure Storage and Airfocus?

Prompt, edit and deploy AI agents that connect to Azure Storage, Airfocus 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
Create Container with Azure Storage API on New Item Created from Airfocus API
Airfocus + Azure Storage
 
Try it
Create Container with Azure Storage API on New Item Created or Updated from Airfocus API
Airfocus + Azure Storage
 
Try it
Create Container with Azure Storage API on New Item Updated from Airfocus API
Airfocus + Azure Storage
 
Try it
Create Item with Airfocus API on Blob Deleted from Azure Storage API
Azure Storage + Airfocus
 
Try it
Create Item with Airfocus API on New Blob Created from Azure Storage API
Azure Storage + Airfocus
 
Try it
Blob Deleted from the Azure Storage API

Emit new event when a blob is deleted from a specified container in Azure Storage. See the documentation

 
Try it
New Item Created from the Airfocus API

Emit new event when a fresh item is created.

 
Try it
New Blob Created from the Azure Storage API

Emit new event when a new blob is created to a specified container in Azure Storage. See the documentation

 
Try it
New Item Created or Updated from the Airfocus API

Emit new event when a new item is created or an existing one is updated.

 
Try it
New Container Created from the Azure Storage API

Emit new event when a new container is created in the specified Azure Storage account. See the documentation

 
Try it
Create Item with the Airfocus API

Creates a new item in airfocus. See the documentation

 
Try it
Create Container with the Azure Storage API

Creates a new container under the specified account. If a container with the same name already exists, the operation fails. See the documentation

 
Try it
Delete Item with the Airfocus API

Deletes a specific item in airfocus. See the documentation

 
Try it
Delete Blob with the Azure Storage API

Deletes a specific blob from a container in Azure Storage. See the documentation

 
Try it
Upload Blob with the Azure Storage API

Uploads a new blob to a specified container in Azure Storage. See the documentation

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

Connect Azure Storage

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: {
    azure_storage: {
      type: "app",
      app: "azure_storage",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://graph.microsoft.com/v1.0/me`,
      headers: {
        Authorization: `Bearer ${this.azure_storage.$auth.oauth_access_token}`,
      },
    })
  },
})

Connect Airfocus

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: {
    airfocus: {
      type: "app",
      app: "airfocus",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://app.airfocus.com/api/fields/types`,
      headers: {
        Authorization: `Bearer ${this.airfocus.$auth.api_key}`,
        "user-agent": `pipedream/1`,
      },
    })
  },
})

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