Skip to main content

5 docs tagged with "services"

View All Tags

Email plugin

Send email from your server or externals providers.

Plugins extension

Strapi comes with plugins that can be installed from the Marketplace or as npm packages. You can also create your own plugins (see plugins development) or extend the existing ones.

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.