CompletableFuture<AutomationRuleResponse> |
CaseManagementApi.createCaseAutomationRuleAsync(String projectId,
AutomationRuleCreateRequest body)
Create an automation rule.
|
ApiResponse<AutomationRuleResponse> |
CaseManagementApi.createCaseAutomationRuleWithHttpInfo(String projectId,
AutomationRuleCreateRequest body)
Creates an automation rule for a project.
|
CompletableFuture<ApiResponse<AutomationRuleResponse>> |
CaseManagementApi.createCaseAutomationRuleWithHttpInfoAsync(String projectId,
AutomationRuleCreateRequest body)
Create an automation rule.
|
CompletableFuture<AutomationRuleResponse> |
CaseManagementApi.disableCaseAutomationRuleAsync(String projectId,
String ruleId)
Disable an automation rule.
|
ApiResponse<AutomationRuleResponse> |
CaseManagementApi.disableCaseAutomationRuleWithHttpInfo(String projectId,
String ruleId)
Disables an automation rule so it no longer triggers on case events.
|
CompletableFuture<ApiResponse<AutomationRuleResponse>> |
CaseManagementApi.disableCaseAutomationRuleWithHttpInfoAsync(String projectId,
String ruleId)
Disable an automation rule.
|
CompletableFuture<AutomationRuleResponse> |
CaseManagementApi.enableCaseAutomationRuleAsync(String projectId,
String ruleId)
Enable an automation rule.
|
ApiResponse<AutomationRuleResponse> |
CaseManagementApi.enableCaseAutomationRuleWithHttpInfo(String projectId,
String ruleId)
Enables a previously disabled automation rule so it triggers on matching case events.
|
CompletableFuture<ApiResponse<AutomationRuleResponse>> |
CaseManagementApi.enableCaseAutomationRuleWithHttpInfoAsync(String projectId,
String ruleId)
Enable an automation rule.
|
CompletableFuture<AutomationRuleResponse> |
CaseManagementApi.getCaseAutomationRuleAsync(String projectId,
String ruleId)
Get an automation rule.
|
ApiResponse<AutomationRuleResponse> |
CaseManagementApi.getCaseAutomationRuleWithHttpInfo(String projectId,
String ruleId)
Returns a single automation rule identified by its UUID, including its trigger, action, and
current state (enabled/disabled).
|
CompletableFuture<ApiResponse<AutomationRuleResponse>> |
CaseManagementApi.getCaseAutomationRuleWithHttpInfoAsync(String projectId,
String ruleId)
Get an automation rule.
|
CompletableFuture<AutomationRuleResponse> |
CaseManagementApi.updateCaseAutomationRuleAsync(String projectId,
String ruleId,
AutomationRuleUpdateRequest body)
Update an automation rule.
|
ApiResponse<AutomationRuleResponse> |
CaseManagementApi.updateCaseAutomationRuleWithHttpInfo(String projectId,
String ruleId,
AutomationRuleUpdateRequest body)
Updates the trigger, action, name, or state of an existing automation rule.
|
CompletableFuture<ApiResponse<AutomationRuleResponse>> |
CaseManagementApi.updateCaseAutomationRuleWithHttpInfoAsync(String projectId,
String ruleId,
AutomationRuleUpdateRequest body)
Update an automation rule.
|