Class RawWorkflowsClient


  • public class RawWorkflowsClient
    extends java.lang.Object
    • Constructor Detail

      • RawWorkflowsClient

        public RawWorkflowsClient​(ClientOptions clientOptions)
    • Method Detail

      • exportWorkflow

        public IntercomHttpResponse<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 IntercomHttpResponse<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 %}