What do you want to automate

with Height and Autodesk?

Prompt, edit and deploy AI agents that connect to Height, Autodesk 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 Folder with Autodesk API on New Completed Task from Height API
Height + Autodesk
 
Try it
Create Folder with Autodesk API on New or Updated Task from Height API
Height + Autodesk
 
Try it
Create Folder with Autodesk API on New Task Added from Height API
Height + Autodesk
 
Try it
Create Task with Height API on New File Version Created (Instant) from Autodesk API
Autodesk + Height
 
Try it
Create Task with Height API on New Folder Created (Instant) from Autodesk API
Autodesk + Height
 
Try it
New Completed Task from the Height API

Emit new event when a task is marked as complete.

 
Try it
New File Version Created (Instant) from the Autodesk API

Emit new event when a new version of a file is created in Autodesk. See the documentation

 
Try it
New or Updated Task from the Height API

Emit new event whenever a task is created or updated in Height.

 
Try it
New Folder Created (Instant) from the Autodesk API

Emit new event when a folder is added to a specified folder in Autodesk. See the documentation

 
Try it
New Task Added from the Height API

Emit new event when a new task is added in Height

 
Try it
Create Task with the Height API

Creates a new task within your workspace. See the documentation

 
Try it
Create Folder with the Autodesk API

Creates a new folder in a project in Autodesk. See the documentation

 
Try it
Search Tasks with the Height API

Searches for tasks within your workspace using a text query. See the documentation

 
Try it
Upload File with the Autodesk API

Uploads a new file to a specified folder in Autodesk. See the documentation

 
Try it
Update Task with the Height API

Updates a specified task within your workspace. See the documentation

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

Connect Height

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

Connect Autodesk

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: {
    autodesk: {
      type: "app",
      app: "autodesk",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.userprofile.autodesk.com/userinfo`,
      headers: {
        Authorization: `Bearer ${this.autodesk.$auth.oauth_access_token}`,
        "accept": `application/json`,
      },
    })
  },
})

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