• Интеграции и плагины
  • Сообщество
  • Связаться с нами
Документация

Нужна помощь в разработке плагина интеграции для Medusa?

Написать намНайти плагины

Gorgo снижает затраты на адаптацию Medusa к локальным рынкам.

Мы разрабатываем плагины интеграции, осуществляем поддержку и развиваем сообщество разработчиков на Medusa в Telegram.

  • Ресурсы
  • Интеграции и плагины
  • Сообщество
  • Medusa Чат в Telegram
  • Medusa Новости в Telegram
  • Документация
  • Контакты
  • head@gorgojs.com
  • TelegramGitHub
MedusaПлагиныAutomations
Automations logo

Automations

Создавайте гибкие автоматизации в Medusa

Нужна доработка этого плагина?

Связаться с нами
npm install @codee-sh/medusa-plugin-automations
Категория
Другое
Создано
Codee-sh
Версия
1.0.11
Последнее обновление
1 месяц назад
Ежемесячные загрузки
526
Звезды на Github
17
npmNPMGitHubGithub
MedusaПлагиныAutomations

Medusa plugin automations

Automation plugin for Medusa v2 with rule-based triggers and actions for notifications and workflows.

Features

  • Automation Triggers: Events, schedules, or manual actions (see details)
  • Rule-Based Conditions: Arrays, relations, and multiple data types (see details)
  • Rich Attribute Support: Products, Variants, Tags, Categories, Inventory (see available attributes)
  • Multiple Action Types: Email, Slack, and custom actions (see details)
  • Event Subscribers: Built-in subscribers for common Medusa events (see available events)
  • Admin Panel: Manage automations directly from Medusa Admin (see details)
  • Extensible: Add custom action handlers
  • Type-Safe: Full TypeScript support with exported types and workflows

Compatibility

  • Medusa Version:
  • Node Version:

Installation

npm install @codee-sh/medusa-plugin-automations
# or
yarn add @codee-sh/medusa-plugin-automations

Quick Start

1. Register the Plugin

Add to your :

module.exports = defineConfig({
plugins: [
"@codee-sh/medusa-plugin-automations"
]
})

2. Run Migrations

The plugin includes database migrations for automation models. Run migrations to set up the required tables:

medusa migrations run

See Database Migrations for more details about the created tables.

3. Access Admin Panel

Navigate to Notifications > Automations in your Medusa Admin dashboard, or directly access:

How It Works

Automation Triggers

Automations are triggered by:

  • Events: Medusa events (e.g., , )
  • Schedule: Time-based triggers with configurable intervals
  • Manual: Triggered manually from the admin panel

See Available Subscribers for a complete list of supported events.

Rules and Conditions

Each automation can have multiple rules that define when actions should be executed. Rules support primitive fields, relations (arrays), nested objects, and various operators for complex conditions.

For detailed information, see:

  • Available Attributes Reference - Complete list of attributes for each event type
  • Rule Operators - All supported operators with examples
  • Rule Values - Supported data types and usage
  • Custom Action Handlers - Extend actions with custom handlers

Actions

When automation rules pass, actions are executed. Supported action types include:

  • Email: Send email notifications
  • Slack: Send Slack messages with Block Kit formatting
  • Custom: Extend with custom action handlers

See Actions and Slack Notification Provider in the configuration documentation for details on configuring and extending actions.

Email and Slack templates are rendered by .

Admin Panel

Access the automations management interface in Medusa Admin at . See Admin Panel Documentation for details.

Documentation

  • Configuration - Plugin configuration options and extending functionality
  • Admin Panel - Admin interface usage and automation management

Exports

The plugin exports the following:

  • - Workflow functions for automation management
  • - Automation module service
  • - Utility functions

Screenshots

How to edit trigger?

Automations management interface in Medusa Admin

Related Plugins

For email and Slack template rendering, see @codee-sh/medusa-plugin-notification-emails.

License

MIT

Author

Codee Team - https://codee.dev

See Also

  • Configuration
  • Admin Panel

Еще в этой категории

Посмотреть все
Другое
Gati logo

Gati

От Devx Commerce

Синхронизируйте Medusa с Gati ERP

npm
Другое
Product Reviews logo

Product Reviews

От Lambda Curry

Добавляйте рейтинги, отзывы и модерацию товаров

GitHubnpm
Другое
Variant Images logo

Variant Images

От Betanoir

Организуйте и загружайте варианты изображений в Medusa

GitHubnpm