Create awesome, professional online forms using our drag and drop builder. Order forms, surveys, integrations and more.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
formsite: {
type: "app",
app: "formsite",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://${this.formsite.$auth.server}.formsite.com/api/v2/${this.formsite.$auth.user_id}/forms`,
headers: {
Authorization: `Bearer ${this.formsite.$auth.access_token}`,
},
})
},
})
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: