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 siteThe Nusii Proposals API enables users to automate and integrate their proposal workflow with other tools and services. With this API, you can create, send, and manage proposals, keep track of their status, and handle clients efficiently. Leveraging Pipedream's capabilities, you can construct workflows that respond to events in Nusii, like a new proposal acceptance, or trigger actions in Nusii based on activities in other apps.
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`,
},
})
},
})
Automated Proposal Follow-ups: When a proposal is sent and remains unopened for a set period, trigger a follow-up email sequence or a reminder task in your CRM to ensure timely engagement.
Proposal Acceptance to Project Kick-off: On proposal acceptance, automatically create a project in your project management tool, like Asana or Trello, and notify team members in Slack or Microsoft Teams to commence work.
Client Onboarding Workflow: After a proposal gets accepted, trigger a client onboarding sequence, which could include adding client details to a CRM like Salesforce, scheduling a kick-off call via Calendly, and creating an invoice in QuickBooks or Xero.
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,