Extending the platform
Plugins & Integrations
Plugins and integrations enable secure connections to external services and APIs, allowing users to authenticate and interact with third-party platforms.
Adding an integration
Integrations are the building blocks behind interacting with external services. They allow users to add API keys or configure oauth2.0 flows to external services.
Imagine you are trying to interact with openweathermap.org in one of your nodes. You would have to add an integration to your node, and configure it with your API key.
Let’s start by adding a way for the user to define their API key:
Then you return the integration in the integrations
method of your plugin.
If we now wanted to use the integration in a node, we would have to define a node class that would fetch the integration value: