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
a trigger "CaseShared" which detect when a case is shared
a notifier "RunResponder" which run the configured responder on the object of the triggered operation
a notifier "RunAnalyzer" which submit the observable (if the operation concerns an observable) to the configured analyzer
CaseShared doesn't accept any parameters
RunResponder accepts the parameters "responderName" (string) and "parameters" (optional JSON object)
RunAnalyzer accepts only "analyzerName" (string) as parameter.
The text was updated successfully, but these errors were encountered:
Request Type
Feature Request
Problem Description
The aim of this issue is to add:
CaseShared doesn't accept any parameters
RunResponder accepts the parameters "responderName" (string) and "parameters" (optional JSON object)
RunAnalyzer accepts only "analyzerName" (string) as parameter.
The text was updated successfully, but these errors were encountered: