Free cookie consent management tool by TermsFeed Client APIs [Connected System Plug-Ins]
Client APIs

This page explains the concept of using a connected system plug-in to provide server-side logic for a component plug-in.

You should only consider creating a Client API if you are creating a Component Plug-in.

What is a Client API

Connected system plug-ins can expose client APIs that are called by component plug-ins to run logic on the server. Client APIs can access the configuration values stored in the connected system, including credentials. The component's client-side code (running in the user's browser) can pass in request parameters and then use values in the client API response to update what's shown to the user, call out to a third-party system, etc.

See also:

Examples

Open in Github Built: Fri, Nov 10, 2023 (03:42:48 PM)

Client APIs

FEEDBACK