# Verifly Zapier Integration Skeleton

Private Zapier Platform CLI integration for Verifly.

## Setup

```bash
npm install
npx zapier-platform login
npx zapier-platform register "Verifly"
npx zapier-platform push
```

If using the global CLI:

```bash
npm install -g zapier-platform-cli
zapier login
zapier register "Verifly"
zapier push
```

## Included Actions

- Verify Email
- Clean Email List

## Secret Handling

Users enter a Verifly API key in Zapier authentication. It is sent as:

```text
Authorization: Bearer <vf_...>
```
