Skip to main content

    Filter by idea status

    Filter by product

    1293 Ideas

    Lucas Rollo
    Lucas RolloCommunity Manager

    Agentic Automation Engine 1.06. Delivered

    Our new pro-code editor with typeahead and autocomplete so you can build Plugins fast. Key Dates:Preview: Feb 2025What Is It:This is the biggest launch for Creator Studio since we first released this platform. Traditional iPaaS & middleware was not built for developing integrations for AI agents. Using these tools with Creator Studio has held you back from building AI agents that your business needs.No longer! Features:Native advanced actions! This is the most exciting upgrade. In CREST Classic, you could only execute a single HTTP call that returns JSON. Now you can do all of the following. Compound actions. Chain actions together with loops, conditions, exception handling, data mappers, and more. HTTP upgrades. You can integrate with JSON & XML-based APIs Scripts. You can write APIthon (limited form of Python that’s LLM-safe). Notifications. You can notify other users with rich chat cards & plain text. LLMs. You can call LLMs with custom prompts to summarize text, generate text, write code, etc. Approvals. You can collect approvals using any Moveworks Setup approval expression. More advanced slots. You can build “queries” that have multiple inputs. You can specify different data types (string, number, date, even “User”!). You can also control the model-facing description to get data in the desired format. Asynchronous execution. You’re no longer forced to return data from your API within 1 minute.  Confirmation controls. You control whether or not the Copilot asks for confirmation before executing the action. Citations. You can create citations for any data structure. It does not have to be a simple JSON object.  

    afleury
    afleuryInspiring

    Export to CURL Function for Moveworks Agentic Automation Engine/Creator Studio5. Not Enough Info to Make Decision

    Objective: To enhance the ease of testing and debugging by providing a feature that allows users to export their automation scripts to CURL commands. This feature aims to facilitate easy testing in Postman and other environments, enabling users to backup their work and re-test their code outside the Moveworks platform to eliminate development environment issues.Key Features: Export to CURL Button: Add a button labelled "Export to CURL" within the Agentic Automation Engine/Creator Studio interface. The button should be easily accessible and prominently placed for quick use. Generate CURL Command: Automatically generate a CURL command based on the current automation script or workflow. Include all necessary headers, parameters, and payloads in the generated CURL command to ensure it replicates the exact request. Copy to Clipboard: Provide an option to copy the generated CURL command to the clipboard with a single click. Ensure the command is formatted correctly for easy pasting into Postman or other tools. Download as File: Offer an option to download the generated CURL command as a text file for easy backup and sharing. Include metadata such as the script name and timestamp in the file for better organization. Integration with Postman: Provide guidance or a direct import option to easily import the CURL command into Postman. Ensure compatibility with Postman's import functionality to streamline the testing process. Benefits:Ease of Testing: Allows users to quickly export their automation scripts to CURL commands for easy testing in Postman and other environments. Backup and Sharing: Facilitates easy backup and sharing of automation scripts by providing downloadable CURL commands. Eliminate Environment Issues: Enables users to re-test their code in different environments, helping to identify and eliminate development environment issues. Improved Debugging: Provides a straightforward way to replicate and debug requests outside the Moveworks platform, enhancing the overall development workflow.