WebMerge is a document generation software solution that is designed to automate all paperwork processes.
Go to siteThe WebMerge API allows you to create automated documents and business applications without the need to code. It's flexible, powerful, and easy to use. You can use the WebMerge API to build a variety of applications to streamline your day-to-day workflows.
Here are some examples of what you can build using the WebMerge API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
webmerge: {
type: "app",
app: "webmerge",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://www.webmerge.me/api/documents`,
auth: {
username: `${this.webmerge.$auth.api_key}`,
password: `${this.webmerge.$auth.api_secret}`,
},
})
},
})
WebMerge uses API keys for authentication. When you connect your WebMerge account, Pipedream securely stores the keys so you can easily authenticate to WebMerge APIs in both code and no-code steps.
You can get your WebMerge API Key and API Secret by navigating to the top right menu within your WebMerge account and clicking you username, then selecting "API Access".