Abandoned-cart winback
- Listen for cart abandonment
- Persona drafts a follow-up
- Schedules through your email tool
14 tools available
Modelry is a 3D visualization platform for eCommerce that creates custom 3D product models, AR experiences, and digital asset management.
Connect Modelry to Definable to recover abandoned carts, monitor inventory, detect order anomalies. Personas call Modelry's 14 tools directly from chat or scheduled flows. Connect to a commerce persona that watches store activity and acts the moment a signal fires.
Every Modelry action below is a callable tool any Definable persona can invoke.
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 workspace matching the requested name.
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).
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. Prerequisites: - Obtain the product ID using MODELRY_LIST_PRODUCTS first - Ensure you have delete permissions for the product WARNING: This action is destructive and cannot be undone.
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.
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 action that cannot be undone.
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 details.
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 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 pagination and optional workspace filtering.
List all 3D modeling requests in a workspace. Requires workspace_id to scope the request. Returns modeling requests with their status and metadata.
Tool to list all product repositories in a workspace. Use after confirming the workspace ID.
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 specific workspace using workspace_id parameter.
Tool to list all workspaces in Modelry. Use when you need to retrieve available workspaces after authenticating.
Tool to place an order for 3D modeling services. Use when workspace and product IDs are known and modeling specifications are ready.
Tool to track the progress of a 3D modeling request. Use after initiating a modeling job to poll current status and completion percentage.
Anything Modelry exposes through its API. Common ecommerce workflows on Definable include recover abandoned carts, monitor inventory, detect order anomalies. Personas can call any of the 14 Modelry tools directly, then chain the result into another integration without you writing code.
Modelry uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
Yes — every Definable plan, including Starter, includes access to all 14 Modelry tools. You only need a separate Modelry subscription if Modelry itself charges per seat or per API call.
Every call from a persona to Modelry is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
Sign up for Definable, open the integrations page, find Modelry, and connect via OAuth or API key. You can immediately attach Modelry to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 14 Modelry actions as callable tools — including `Create Workspace`, `Delete Modelry Embed`, `Delete Modelry Product`, plus 11 more. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.