Website Builder
Simvoly API is designed to make it easy to build and maintain websites and
online services. It provides a powerful set of tools that enable developers to
quickly create almost any type of web application. Whether you're a
professional web developer, a startup looking to get your product to market, or
just someone with an awesome idea, Simvoly API will help you bring your vision
to life. Here are a few examples of what you can build using the Simvoly API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
simvoly: {
type: "app",
app: "simvoly",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://${this.simvoly.$auth.subdomain}.simvoly.com/api/site/contacts`,
headers: {
Authorization: `Bearer ${this.simvoly.$auth.api_key}`,
},
})
},
})
export default defineComponent({
async run({ steps, $ }) {
const text = ' Hello world! ';
return text.trim()
},
})