WebMerge

WebMerge is a document generation software solution that is designed to automate all paperwork processes.

Go to site
Explore
/
Apps
/
WebMerge

WebMerge API Integrations

Build and run workflows using the WebMerge API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

The 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:

  • Automatically generate professional contracts, agreements, or invoices
  • Automate document delivery
  • Send personalized communications to large customer bases
  • Create secure web-based forms
  • Create web-based member directories
  • Create PDF bookmarks
  • Convert web forms into PDF documents
  • Automate PDF assembly tasks
  • Generate customized bulk marketing material
  • Securely export data to cloud storage solutions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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}`,
      },
    })
  },
})

Authentication

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".