plugin-automations
Preview@fayz-ai/plugin-automations
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…
Full documentation is coming. For now, this page summarizes what the SDK catalog knows about the plugin.
Specs
| Package | @fayz-ai/plugin-automations |
|---|---|
| Version | 0.2.3 |
| Status | preview |
| Capability | Visual surface |
| 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). See Data model.
AI tools
This plugin declares no AI tools.
Integrations
No hosted connector — external providers come in via the connector spine. integrations catalog.
Use this page as a skill.
.md of this page is the agent-consumable contract — data model, tools and integrations in a single file an AI reads directly. Preview fayz skill add plugin-automations is coming soon to install this as a skill. See Skills.Integrate
Add the plugin to surfaces.admin.plugins in your app's app.manifest.json and run the doctor to validate:
{
"surfaces": {
"admin": {
"plugins": [
{ "id": "automations", "enabled": true }
]
}
}
}npx fayz doctorfayz doctor checks the manifest against the SDK catalog. See Configuration.
