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
There's no good way to check that an integration is working as expected today until an anomaly occurs and sends a message through.
Solution
Implement a test button similar to datasources that send a test message through to the integration to confirm it is working. Today, these integrations are slack and webhooks.
Problem
There's no good way to check that an integration is working as expected today until an anomaly occurs and sends a message through.
Solution
Implement a test button similar to datasources that send a test message through to the integration to confirm it is working. Today, these integrations are slack and webhooks.
Additional Context
Refer to data sources for how to do this easily
https://github.com/monosidev/monosi/blob/master/src/ui/src/pages/settings/Sources/components/SourcesTable.tsx#L26-L42
https://github.com/monosidev/monosi/blob/master/src/ui/src/pages/settings/Sources/components/SourcesTable.tsx#L95-L101
Implement similar in integrations:
https://github.com/monosidev/monosi/blob/master/src/ui/src/pages/settings/Integrations
https://github.com/monosidev/monosi/blob/master/src/server/handlers/datasources.py#L76-L85
https://github.com/monosidev/monosi/blob/master/src/server/handlers/__init__.py#L30
Do the same in:
https://github.com/monosidev/monosi/blob/master/src/server/handlers/integrations.py
https://github.com/monosidev/monosi/blob/master/src/server/handlers/__init__.py#L30
The text was updated successfully, but these errors were encountered: