Skip to main content

5 docs tagged with "services"

View all tags

Email

Send email from your server or externals providers.

Plugins extension

Existing plugins can be overriden by placing code in /src/extensions or using global register/bootstrap hooks. Instructions in this documentation cover reshaping plugin content-type schemas or server logic — altough upstream updates may break extensions.

Server API for plugins

Strapi's Server API for plugins allows a Strapi plugin to customize the back end part (i.e. the server) of your application.

Services

Strapi services are a set of reusable functions, useful to simplify controllers logic.