deploy_package
Import recipe files from a local directory into a Workato folder, zipping contents and optionally restarting running recipes. Use dry_run to preview without altering the live workspace.
Instructions
RLCM IMPORT (local -> Workato): zip the CONTENTS of dir (skipping dotfiles) and import into folder_id, then poll. restart=true restarts running recipes on import. home_folder_id sets folder_id_for_home_assets — needed when importing into a Projects workspace whose Home assets folder is a project (else import errors on home/root assets). Returns {package_id, status, operation_type, recipe_status}. WARNING: MUTATES the live workspace. Confirm with the user first; use dry_run=true to preview without importing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | Yes | ||
| dry_run | No | ||
| restart | No | ||
| folder_id | Yes | ||
| home_folder_id | No |