# plugin-automations

`@fayz-ai/plugin-automations` · preview · Superfície visual

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…

## Ficha técnica

- **Pacote:** `@fayz-ai/plugin-automations`
- **Versão:** 0.2.3
- **Status:** preview
- **Capability:** Superfície visual
- **Tipo de produto:** Gestão (Admin/SaaS)
- **Canal stable:** `^0.2.3`
- **Migrations:** nenhuma
- **Factory:** `createAutomationsPlugin()`

## Modelo de dados

Sem tabelas próprias — usa a biblioteca core / archetype (mesma regra: `tenant_id` + RLS).

## Tools de IA

Nenhuma ferramenta de IA declarada.

## Integrações

Sem conector hospedado — provedores externos via spine de conectores (`@fayz-ai/core`).

## Integrar

Adicione o plugin em `surfaces.admin.plugins` do `app.manifest.json` e rode o doctor:

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

```bash
npx fayz doctor
```
