Function copyAutomation

  • Duplicates an existing automation. The requesting user must be the owner of the automation.

    Parameters

    • id: string

      The unique identifier for the automation.

    • body: { name: string }

      an object with the body content

      • name: string

        Name of the new automation.

    • Optionaloptions: ApiCallOptions

    Returns Promise<CopyAutomationHttpResponse>

    CopyAutomationHttpError