# plugin-automations

`@fayz-ai/plugin-automations` · preview · Visual surface

The best automations don't live in a third-party tool watching webhooks from the outside — they live inside the app, listening to its own events. plugin-automations is the GoHighLevel "Automation" surface for Fayz: when a form is submitted, a call is missed, or a deal is won, fan out into SMS, email, waits, tags, and tasks. Because it's a plugin in the same defineSaas app, it can react to real…

## Specs

- **Package:** `@fayz-ai/plugin-automations`
- **Version:** 0.2.3
- **Status:** preview
- **Capability:** Visual surface
- **Product type:** Management (Admin/SaaS)
- **Stable channel:** `^0.2.3`
- **Migrations:** none
- **Factory:** `createAutomationsPlugin()`

## Data model

No tables of its own — this plugin uses the core / archetype library (same rule: tenant_id + RLS)..

## AI tools

This plugin declares no AI tools.

## Integrations

No hosted connector — external providers come in via the connector spine (`@fayz-ai/core`).

## Integrate

Add the plugin to surfaces.admin.plugins in your app's app.manifest.json and run the doctor to validate:

```json
{ "surfaces": { "admin": { "plugins": [ { "id": "automations", "enabled": true } ] } } }
```

```bash
npx fayz doctor
```
