Overview
Private Workflows operate in the production environment, enabling real-time automation and execution. Below is a sample implementation of Private Workflows once you have embedded it into your platform.
- Edit the workflow in draft mode.
- Test changes using Workflow Testing.
- Publish the draft to update the live workflow.
Private Workflow Types
Private Workflows can be created at two levels:App-Level Private Workflows
App-Level Private Workflows
Created when a user authenticates with an integration (e.g., Salesforce, HubSpot).These workflows are tied to the specific app’s linked account.

Account-Level Private Workflows (AI Workflows)
Account-Level Private Workflows (AI Workflows)
These are not linked to any specific integration and are used for internal automation on Cobalt account level.

Embed Private Workflows
To embed the Private Workflow into your platform, use the following iframe:Creating Private Workflows
To create a Private Workflow, simply use Cobalt’s APICreate Private Workflow
Create Draft version
Editing and Publishing Private Workflows
To modify a workflow, follow these steps:Update and Publish
Make the required changes in the workflow while you are in Edit mode and click
Publish to make the workflow live.
User config is not available in Private Workflows, so dataslots or mapping selected by the user cannot be used in workflows.