# Waiverfile

WaiverFile is an electronic waiver form system that allows customers to sign release waivers from any device, streamlining the waiver management process.

- **Category:** forms & surveys
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 2
- **Triggers:** 0
- **Slug:** `WAIVERFILE`
- **Version:** 20260223_00

## Tools

### Get Site Details

**Slug:** `WAIVERFILE_GET_SITE_DETAILS`

Retrieve comprehensive configuration and metadata for a WaiverFile site. Returns site settings including name, welcome messages, field requirements, email configuration, age restrictions, and other site-specific configuration data. Use this to understand site setup and display site information.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Ping Event Service

**Slug:** `WAIVERFILE_PING_EVENT_SERVICE`

Ping test for WaiverFile event service connectivity. Sends a test ping to verify that the event service is reachable and responding. Use this to validate API integration and event service health.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `val` | string | Yes | Test value to send in the ping request |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
