Save time and win more work with smart sales documents. Great for proposals, quotes and more!
Go to siteIntroducing the Qwilr API - It enables you to create and deliver stunning, interactive documents like proposals, quotes, briefs, presentations and more. With Qwilr API, you can build an array of document types that give your business the professional edge.
Using the Qwilr API, you can quickly create stunning and engaging documents in a few easy steps:
The Qwilr API offers a range of document types which you can instantly create and share with your customers:
With the Qwilr API, you can give your business the professional edge while creating beautiful, interactive documents that engage your customers from start to finish. Try it today!
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
qwilr: {
type: "app",
app: "qwilr",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.qwilr.com/v1/blocks/saved`,
headers: {
Authorization: `Bearer ${this.qwilr.$auth.access_token}`,
},
})
},
})
Qwilr uses API keys for authentication. When you connect your Qwilr account, Pipedream securely stores the keys so you can easily authenticate to Qwilr APIs in both code and no-code steps.
To retrieve your Access Token,