WaiverForever

WaiverForever provides an efficient, secure and unified tool for kiosk businesses to customized electronic waiver for paperless signed and storage.

Go to site
Explore
/
Apps
/
WaiverForever

WaiverForever API Integrations

Build and run workflows using the WaiverForever 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

WaiverForever is an efficient digital waiver solution that can help you automate your waiver signing process. With their powerful API, developers can create custom apps and services that leverage WaiverForever’s features, allowing you to quickly and securely manage digital waivers.

The WaiverForever API provides several endpoints that you can use to integrate your applications with the product. You can develop custom applications to do everything from signing and managing waiver documents to tracking customer data, offering better performance and minimizing manual processes. Here are just some of the things you can build with the WaiverForever API:

  • Create and send online waivers to customers
  • Automatically store and organize signed waivers
  • Automate customer data updates
  • Create reports and export data in a multitude of formats
  • Manage payment processing securely
  • Scan and compare signatures
  • Receive notifications when a waiver is signed
  • Access customizable templates for waivers and forms
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    waiverforever: {
      type: "app",
      app: "waiverforever",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.waiverforever.com/openapi/v1/auth/userInfo`,
      headers: {
        "X-API-Key": `${this.waiverforever.$auth.api_key}`,
      },
    })
  },
})
Create Waiver Request with WaiverForever API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + WaiverForever
 
Try it
Send Message (Advanced) with Discord Webhook API on New Waiver Signed (Instant) from WaiverForever API
WaiverForever + Discord Webhook
 
Try it
Create Waiver Request with WaiverForever API on New Item in Feed from RSS API
RSS + WaiverForever
 
Try it
Create Waiver Request with WaiverForever API on New Message in Channel from Discord Bot API
Discord Bot + WaiverForever
 
Try it
Create Waiver Request with WaiverForever API on New Submission from Typeform API
Typeform + WaiverForever
 
Try it
New Waiver Signed (Instant) from the WaiverForever API

Emit new event when a new Waiver sign is received

 
Try it
Create Waiver Request with the WaiverForever API

Create waiver request. See the docs here

 
Try it

Authentication

WaiverForever uses API keys for authentication. When you connect your WaiverForever account, Pipedream securely stores the keys so you can easily authenticate to WaiverForever APIs in both code and no-code steps.

WaiverForever uses API keys to allow access to the API. You can register a new API key at Settings / Integration tab.