Deploy a powerful, easy-to-configure form backend without writing a single line of server side code.
Basin helps you build custom forms for your web projects remarkably fast, without the massive engineering lift. It works out of the box with all your favorite tools and frameworks with no dependencies, special libraries, or extra configuration needed. Simply point your forms to Basin and it will:
Basin saves you the time and hassle of building, monitoring, and maintaining your own form backend or API.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
basin: {
type: "app",
app: "basin",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://usebasin.com/api/v1/submissions`,
params: {
api_token: `${this.basin.$auth.api_key}`,
},
})
},
})
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: