Iterate

Iterate creates simple surveys for startups to get feedback needed to build better products and make better decisions.

Go to site
Explore
/
Apps
/
Iterate

Iterate API Integrations

Build and run workflows using the Iterate API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

TheIterate API enables you to quickly and easily build custom applications on top of theIterate platform.Using theIterate API, you can:

  • Retrieve and update data in yourIterate account
  • IntegrateIterate with other applications
  • Automate workflows
  • Build custom interfaces and applications
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: {
    iterate: {
      type: "app",
      app: "iterate",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://iteratehq.com/api/v1/surveys`,
      params: {
        access_token: `${this.iterate.$auth.api_key}`,
      },
    })
  },
})
Send Message (Advanced) with Discord Webhook API on New Question Answer from Iterate API
Iterate + Discord Webhook
 
Try it
Get Film with SWAPI - Star Wars API on New Question Answer from Iterate API
Iterate + SWAPI - Star Wars
 
Try it
Delete Record with Airtable API on New Question Answer from Iterate API
Iterate + Airtable
 
Try it
Send any HTTP Request with HTTP / Webhook API on New Question Answer from Iterate API
Iterate + HTTP / Webhook
 
Try it
Create Image with OpenAI (ChatGPT) API on New Question Answer from Iterate API
Iterate + OpenAI (ChatGPT)
 
Try it
New Question Answer from the Iterate API

Emit new event when a question is answered.

 
Try it
New Survey Response from the Iterate API

Emit new event when a survey is answered.

 
Try it

Authentication

Iterate uses API keys for authentication. When you connect your Iterate account, Pipedream securely stores the keys so you can easily authenticate to Iterate APIs in both code and no-code steps.

Every request against Iterate requires an API Key. You can find your API Key on your settings page.