PlatformIntegrationsPersonal access tokens for linked accounts, expanded Workday SOAP coverage, persistent table column management, and webhook support for stopped and timed-out workflows.New Features
- Personal Access Tokens (PAT) for Linked Accounts: Linked accounts can now generate, copy, and revoke long-lived API tokens directly from the account overview. Useful for programmatic access without session-based authentication for MCP usecases.
- Persistent Table Column Management: Columns in persistent tables can now be added, removed, and renamed. The maximum column limit has been increased from 10 to 20 per table.
- Workflow Stopped & Timed Out Webhooks: Webhook subscribers can now register for
Workflow StoppedandWorkflow Timed Outevents, in addition to the existing Completed and Errored events. - Workflow Search by Alias: Workflows can now be searched by their alias in addition to their name.
- Excel Merge — Single Sheet Option: The merge-files action now supports a
merge_into_single_sheetoption to consolidate all sheets into a single sheet on merge.
- Action descriptions in the node details panel are now collapsible, reducing visual clutter when working with complex workflows.
- Connection search now matches on both name and ID, making it easier to locate accounts quickly.
- Execution log instance IDs are now normalised, with related batches pre-selected automatically for context.
- Workflow Stopped events previously did not emit a webhook or audit log entry on manual stop — this is now resolved.
- Enabling Pagination in API Proxies did not open subsequent pagination modal - this is fixed.
POST /session-token/refreshhas been decommissioned.
- Workday: Expanded SOAP coverage for additional Workday modules.
- Oracle Financials: Expanded REST coverage for currency rates, data security, journal batches, and list-of-values.
- Snowflake: Connections now identify as
RefoldAI_Workflowfor improved auditability in Snowflake query history.
PlatformAgentAPIsIntegrationsBulk retry for errored workflows, extended Workday SOAP integration, AI builder improvements, and a more powerful Logger experience.New Features
- Bulk Retry on Error Logs: Errored workflow nodes can now be retried in bulk by error type. Error logs are aggregated by hash for faster triage and resolution.
- Workflow Import: Workflows can now be imported directly from the new workflow dialog, alongside the existing “Start from scratch” option.
- Logger Search & Persistent Filters: The Logger page now supports search filtering with URL-persisted state — filters and pagination are preserved across navigation.
- Pagination state now resets correctly when filters change across Errors, Events, Executions, Schedules, Webhooks, and Logger pages.
- The AI builder now surfaces an interactive multi-step prompt card when additional input is needed, and displays the task list in the implementation plan tab before a plan is generated.
- Connect portal URLs now handle account status checks more broadly, and a double-encoding bug on portal URL params has been resolved.
- Workflow updates in the scheduler trigger were not being saved — this is now resolved.
- The workflow testing tab incorrectly showed connection status for the selected linked account.
- The “Fields” config tab was appearing twice on the app configuration page.
- Input fields in the User Form builder could not be cleared.
- The Get Linked Accounts API now supports a
searchquery parameter for filtering linked accounts by name.
- Workday: Extended SOAP integration with support for 14 WSDLs, including worker data, documents, and Resource Management P2P actions.
- Hexagon SDx2: New integration with full OpenAPI spec, OData query support, and auth pre-processing.
- Hexagon SPID: Expanded with 248 additional actions.
- AWS S3: Fixed credential validation issue affecting request signing.
PlatformIntegrationsRestored webhook reliability for Smartsheet, Dropbox and Zoom, and added new actions for Zincwork & Contentful applications.Integration Updates
- Zincwork: New Search Results action, powered by
GET /partner/v2/search. - Contentful: Content Management actions added to the pre-existing connector.
- Smartsheet: Token refresh handles edge cases correctly.
- Zoom: Webhook delivery enabled.
- Dropbox: Webhook trigger restored. ⚠️ Action required for existing users: Accounts that were linked while this issue was active will need to reconnect via OAuth to resume receiving webhook events.
PlatformAPIsIntegrationsNew connectors for Smartsheet, Hexagon Smart 3D, and Contentful, plus the ability to enable or disable individual workflows via API.New Features
- Enable/Disable Workflows via API: Enable or disable individual workflows programmatically without reinstalling a configuration.
- Configurable Workflow Timeouts: Workflow timeouts can now be customized per deployment.
- Smartsheet Integration: Connect your users’ Smartsheet accounts.
- Hexagon Smart 3D Integration: Connect your users’ Hexagon Smart 3D accounts.
- Contentful Integration: Connect your users’ Contentful accounts.
- Smoother workflow testing experience with improved custom payload initialization.
- More reliable file handling across integrations.
- New endpoint:
PUT /api/v2/public/slug/{slug}/config/{configId}/workflows/{workflowId}— enable or disable individual workflows.
- New Smartsheet, Hexagon Smart 3D, Hexagon SPID, and Contentful API actions.
- Sage Intacct: Extended coverage — purchase orders, revenue recognition, warehouses, contracts, and fixed assets.
PlatformAgentReliability improvements to workflow execution and connection handling.Improvements
- Stability and reliability improvements across the platform.
PlatformAPIsIntegrationsFully redesigned Execution Logs, a new Coupa integration, public audit event log API, and the ability to reconnect accounts without removing them.New Features
- Execution Logs Overhaul: Redesigned logs page with filter views, saved filters, pagination, and per-node error details. Loop, Sub Flow, and Pagination nodes now show child instance badges for easier debugging.
- Public Audit Event Logs API: Retrieve audit event logs programmatically via
GET /api/v2/public/audit/event-received. Supports pagination and multiple authentication methods. - Connected Account Reconnect: Reconnect a connected account directly from the platform — no need to remove and re-add it.
- Unpublished Workflow Guard: Draft workflows are blocked from public routes until published, preventing accidental execution.
- Workflow instance metadata now includes
workflow_idfor easier tracing. - Copying a workflow now preserves all dataslots.
- Session token TTL for linked accounts is now configurable.
GET /api/v2/public/audit/event-received— new endpoint to retrieve paginated audit event logs.instance_meta_data.workflow_id— workflow ID is now included in instance metadata responses.feature_flags— org settings responses now include afeature_flagsfield.
- Coupa: New integration covering procurement, P2P/S2C, and Order Header APIs.
- SAP S/4HANA: Extended coverage including Customer Master, journal entries, and custom fields.
PlatformAPIsManage environment variables across your entire org programmatically — set, retrieve, and delete values at org, workspace, linked account, and workflow scope.New Features
- Environment Variable APIs: Fully manage environment variables via public API across org, workspace, linked account, and workflow scopes. Enables automated provisioning, dynamic configuration, and parent–child linked account setups. Supports both API Key and Bearer Token authentication.
GET /api/v2/public/env/definitions— list all environment variable definitionsGET /api/v2/public/env/definitions/:id— retrieve a specific definitionGET /api/v2/public/env/values/:scope— get variable values by scopeGET /api/v2/public/env/value/:definition_id— get value for a specific definitionPOST /api/v2/public/env/values— set an environment variable valueDELETE /api/v2/public/env/values/:value_id— delete an environment variable value
- Improved workflow service stability for more reliable execution.
PlatformAPIsIntegrationsNew Zincwork connector with full Partner API v2 support, and the ability to filter linked accounts by environment variable.API Changes
- The Get Linked Accounts API now supports filtering by environment variable and value.
- Zincwork: Full support for the Partner API v2 — package management, check creation, report generation, request review, and HR management. Authenticates via key-based auth.
- Enhanced SendGrid authentication with tightened permission scopes.
PlatformIntegrationsStability improvements across the platform, including significantly faster load times and fixes for the MCP server and error log pagination.Improvements
- Improved error log browsing with reliable pagination on the Errors view.
- Custom app publishing now navigates directly to the app page after publish.
- Fixed HubSpot field mapping and configuration issues.
- Fixed Slack message formatting and webhook handling.
- Fixed Contentful action field requirements for asset uploads.
PlatformAPIsIntegrationsRole-based access control, linked account login, multi-app workflow builder in the hosted portal, a new Logger page, and a refreshed platform design.New Features
- Role-Based Access Control (RBAC): Define granular permissions for team members across your Refold workspace.
- Linked Account Login: Linked accounts can now log in directly to access and manage their integration configurations.
- Multi-App Workflow Builder in Hosted Portal: Build workflows spanning multiple applications directly from the hosted portal.
- Logger Page: A dedicated page to track all logs generated by the Logger node in workflows.
- Error Tracking: Monitor workflow execution errors from a centralized view.
- Updated Platform Design: Refreshed UI across the platform for improved navigation and usability.
- Page and Tab names in the config portal can now be customized per application.
- Select public APIs now accept
linked_account_idto support linked account login flows. Existing API calls remain backward compatible.
- Fixed ServiceNow authentication for instance URL, username, and password setup.
- Fixed Slack file uploads.
- Resolved Zuora pagination returning incomplete data.
- Enhanced support for SAP S4/Hana, Snowflake, Databricks, Oracle Fusion Financials, and Netsuite.
PlatformIntegrationsUpgraded workflow canvas with a modern look and feel, plus stability improvements across the platform.New Features
- Workflow Canvas V2: A redesigned workflow canvas with a modern UI and improved data handling capabilities.
- Stability and reliability improvements across workflows and access control.
- Corrected Zoho CRM action definitions.
- Added
Get Base URLaction to OpenProject, HaloITSM, and Aha! for retrieving the instance base URL.