No code app development platform
Some examples of what you can build with the Adalo API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
adalo: {
type: "app",
app: "adalo",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.adalo.com/v0/apps/[APP_ID]/collections/[COLLECTION_ID]`,
headers: {
Authorization: `Bearer ${this.adalo.$auth.api_key}`,
"Content-Type": `application/json`,
},
})
},
})
With Schedule - A trigger provided by Pipedream - You can easily build
automated workflows that run on regular times or intervals. Some examples of
things that you can build using the Schedule API include: