Automate your document generation. Eliminate paperwork and transform data into beautifully designed Formstack documents you can send anywhere.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
formstack_documents: {
type: "app",
app: "formstack_documents",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://www.webmerge.me/api/documents`,
auth: {
username: `${this.formstack_documents.$auth.api_key}`,
password: `${this.formstack_documents.$auth.api_secret}`,
},
})
},
})
Emit new event when a new document is created. See documentation
Get the details of the specified document. See documentation
Initiates a merge process using provided data. See documentation
Formstack Documents uses API keys for authentication. When you connect your Formstack Documents account, Pipedream securely stores the keys so you can easily authenticate to Formstack Documents APIs in both code and no-code steps.
To retrieve your API keys,