Class AsyncWorkflowsClient
- java.lang.Object
-
- com.intercom.api.resources.unstable.workflows.AsyncWorkflowsClient
-
public class AsyncWorkflowsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncWorkflowsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<WorkflowExport>exportWorkflow(ExportWorkflowRequest request)Export a workflow configuration by its ID.java.util.concurrent.CompletableFuture<WorkflowExport>exportWorkflow(ExportWorkflowRequest request, RequestOptions requestOptions)Export a workflow configuration by its ID.AsyncRawWorkflowsClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncWorkflowsClient
public AsyncWorkflowsClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public AsyncRawWorkflowsClient withRawResponse()
Get responses with HTTP metadata like headers
-
exportWorkflow
public java.util.concurrent.CompletableFuture<WorkflowExport> exportWorkflow(ExportWorkflowRequest request)
Export a workflow configuration by its ID. This endpoint returns the complete workflow definition including its steps, targeting rules, and attributes.This endpoint is designed for EU Data Act compliance, allowing customers to export their workflow configurations.
{% admonition type="warning" name="Unstable API" %} This API is currently in the Unstable version. Its behavior may change in future releases. {% /admonition %}
-
exportWorkflow
public java.util.concurrent.CompletableFuture<WorkflowExport> exportWorkflow(ExportWorkflowRequest request, RequestOptions requestOptions)
Export a workflow configuration by its ID. This endpoint returns the complete workflow definition including its steps, targeting rules, and attributes.This endpoint is designed for EU Data Act compliance, allowing customers to export their workflow configurations.
{% admonition type="warning" name="Unstable API" %} This API is currently in the Unstable version. Its behavior may change in future releases. {% /admonition %}
-
-