create_asset
Add a new asset to your Mautic instance by specifying title, storage location, and file path or URL. Optionally set description, category, and publish status.
Instructions
Create new asset (local or remote)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Asset title | |
| description | No | Asset description | |
| storageLocation | Yes | Storage location | |
| file | Yes | File path (local) or URL (remote) | |
| category | No | Category ID | |
| isPublished | No | Publish immediately |