You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a trigger (a specific application of a plugin), it should take optional arguments or environment variables. A flat map should work where the key is the env variable name and the value is the default value to assign if the env variable isn't present.
When the plugin is triggered, these values should be passed to it for use.
This can be used to pass credentials, names of things to connect to, threshold values, and others.
The text was updated successfully, but these errors were encountered:
When creating a trigger (a specific application of a plugin), it should take optional arguments or environment variables. A flat map should work where the key is the env variable name and the value is the default value to assign if the env variable isn't present.
When the plugin is triggered, these values should be passed to it for use.
This can be used to pass credentials, names of things to connect to, threshold values, and others.
The text was updated successfully, but these errors were encountered: