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: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: