Modelry Integration — Automate Modelry with AI on Beauto
Modelry is a 3D visualization platform for eCommerce that creates custom 3D product models, AR experiences, and digital asset management.
Category: ecommerce, images & design · 14 actions available
What you can automate with Modelry
Beauto connects Modelry with 900+ other apps so you can build AI-powered workflows in minutes. Trigger automations from Modelry events, enrich Modelry data with AI, or sync Modelry with the rest of your stack — without writing code.
- Sync Modelry data with Gmail, Slack, Notion, HubSpot, Google Sheets, and more
- Trigger AI agents on new Modelry events and route the output anywhere
- Schedule recurring Modelry tasks — daily reports, cleanups, or bulk updates
- Use natural language to describe the workflow; Beauto builds it for you
Modelry actions Beauto supports
- Create Workspace — Create a new workspace or return an existing one with the same name. Workspaces are used to organize products and embeds in Modelry. If workspace creation is not supported by the API, this tool will return an existing wo
- Delete Modelry Embed — Tool to delete an embed. Tries multiple common endpoint patterns and treats 404 as idempotent success after exhausting candidates (embed already deleted or not found).
- Delete Modelry Product — Permanently deletes a product from Modelry by its ID. Use this action to remove a product that is no longer needed. This operation is idempotent - deleting an already-deleted product will succeed without error. Prerequis
- Delete Product Repository — Permanently delete a product repository from Modelry. This action is idempotent - deleting a non-existent repository returns success. Use the list product repositories action first to get valid repository IDs.
- Delete Modelry Workspace — Permanently deletes a Modelry workspace. This action is idempotent - deleting a non-existent workspace will return success. Use the list workspaces action first to get valid workspace IDs. WARNING: This is a destructive
- Get Embed — Retrieve details of a specific Modelry embed (3D viewer or AR experience for eCommerce). Use MODELRY_LIST_EMBEDS first to obtain valid embed IDs. Returns embed metadata including status, workspace, and configuration deta
- Get Workspace — Retrieves details for a specific Modelry workspace by its ID or name. The workspace ID can be obtained from the List Workspaces action. This action fetches all workspaces and returns the matching one.
- List Embeds — List embeds in Modelry. Embeds are 3D viewer/AR embed codes for products. Use to retrieve embed IDs for downstream actions (e.g., MODELRY_GET_EMBED, MODELRY_DELETE_EMBED). Returns empty list if no embeds exist. Supports
- List Modeling Requests — List all 3D modeling requests in a workspace. Requires workspace_id to scope the request. Returns modeling requests with their status and metadata.
- List Product Repositories — Tool to list all product repositories in a workspace. Use after confirming the workspace ID.
- List Modelry Products — List all products in Modelry. Returns paginated product data including IDs, names, and metadata. Use this to retrieve product IDs needed for other product-related actions like delete or get details. Optionally scope to a
- List Modelry Workspaces — Tool to list all workspaces in Modelry. Use when you need to retrieve available workspaces after authenticating.
- Order Modeling Service — Tool to place an order for 3D modeling services. Use when workspace and product IDs are known and modeling specifications are ready.
- Track Modeling Progress — Tool to track the progress of a 3D modeling request. Use after initiating a modeling job to poll current status and completion percentage.