ワンクリックで
webiny-api-mailer-catalog
api/mailer — 11 abstractions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
api/mailer — 11 abstractions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Building a New Entry Wizard for the Headless CMS. Use this skill when the developer wants to show a custom wizard UI before the entry form when creating new CMS entries -- collecting fields like title, slug, or category upfront, then pre-filling the entry form. Covers ContentEntryEditorConfig.NewEntryWizard, createFeature, FormModelFactory, createReactiveComponent, useContentEntryFormPresenter, and the dirty-flag on setData.
Building forms with the FormModel system — field types, renderers, layout, validation, conditional rules, computed fields, and dynamic zones. Use this skill when the developer needs to define form fields with the builder API, choose renderers, build layouts with tabs/rows/separators, add validation (Zod or imperative), use conditional visibility/disable rules, create computed fields, or work with object fields and templates (dynamic zones).
api — 21 abstractions.
api/webhooks — 15 abstractions.
Admin-side architecture patterns for Webiny extensions. Use this skill when building frontend features with headless features (UseCase/Repository/Gateway), presentation features (Presenter/ViewModel/hooks/components), MobX-based presenters, RegisterFeature, and Admin BuildParams. Covers the admin/ directory structure for both features/ and presentation/ layers.
Covers the PreviewUrlModifier extension point in Website Builder. Use when a user wants to inject custom query parameters into live preview URLs — e.g. signed tokens, tenant identifiers, feature flags — from their Webiny project. Handles the full registration pattern: implementing the interface, wiring via createFeature + RegisterFeature, and registering via webiny.config.tsx. Supports async modifier methods (e.g. remote token fetch).
| name | webiny-api-mailer-catalog |
| context | webiny-api |
| description | api/mailer — 11 abstractions. |
import { Name } from "<importPath>";webiny-use-case-pattern or webiny-event-handler-pattern skills for implementation patternsName: GetSettingsRepository
Import: import { GetSettingsRepository } from "webiny/api/mailer"
Source: @webiny/api-mailer/features/GetSettings/index.ts
Name: GetSettingsUseCase
Import: import { GetSettingsUseCase } from "webiny/api/mailer"
Source: @webiny/api-mailer/features/GetSettings/index.ts
Name: MailAfterSendEventHandler
Import: import { MailAfterSendEventHandler } from "webiny/api/mailer"
Source: @webiny/api-mailer/features/SendMail/index.ts
Name: MailBeforeSendEventHandler
Import: import { MailBeforeSendEventHandler } from "webiny/api/mailer"
Source: @webiny/api-mailer/features/SendMail/index.ts
Name: MailerService
Import: import { MailerService } from "webiny/api/mailer"
Source: @webiny/api-mailer/domain/MailerService/abstractions.ts
Name: MailerSettingsAfterSaveEventHandler
Import: import { MailerSettingsAfterSaveEventHandler } from "webiny/api/mailer"
Source: @webiny/api-mailer/features/SaveSettings/index.ts
Name: MailerSettingsBeforeSaveEventHandler
Import: import { MailerSettingsBeforeSaveEventHandler } from "webiny/api/mailer"
Source: @webiny/api-mailer/features/SaveSettings/index.ts
Name: MailSendErrorEventHandler
Import: import { MailSendErrorEventHandler } from "webiny/api/mailer"
Source: @webiny/api-mailer/features/SendMail/index.ts
Name: SaveSettingsRepository
Import: import { SaveSettingsRepository } from "webiny/api/mailer"
Source: @webiny/api-mailer/features/SaveSettings/index.ts
Name: SaveSettingsUseCase
Import: import { SaveSettingsUseCase } from "webiny/api/mailer"
Source: @webiny/api-mailer/features/SaveSettings/index.ts
Name: SendMailUseCase
Import: import { SendMailUseCase } from "webiny/api/mailer"
Source: @webiny/api-mailer/features/SendMail/index.ts