Proposal software that both you and your clients will love. Stop fighting with Word, InDesign and PDF's. Create beautiful proposals in less time, every time with Nusii.
Go to siteNusii Proposals API provides an easy and straightforward way to automate your proposal creation and sending needs. With this API you can build custom applications to create, manage, and send proposals to clients right from within your own app or website.
Using the Nusii Proposals API, you can create a variety of proposal-related solutions to suit your business needs. Here are some of the potential uses for this API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
nusii_proposals: {
type: "app",
app: "nusii_proposals",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://app.nusii.com/api/v2/proposals`,
headers: {
"Authorization": `Token token=${this.nusii_proposals.$auth.api_token}`,
"User-Agent": `@PipedreamHQ/pipedream v0.1`,
},
})
},
})
Nusii Proposals uses API keys for authentication. When you connect your Nusii Proposals account, Pipedream securely stores the keys so you can easily authenticate to Nusii Proposals APIs in both code and no-code steps.
To retrieve your API token,