Publishing Workflows
Publishing a workflow in Lleverage makes it available for use by activating it based on its trigger type. Once published, your workflow becomes accessible through various interfaces depending on how it's designed to start.
Key Features
One-click publishing process
Activation toggle for controlling workflow availability
Different deployment options based on trigger type
Multiple link options for form and chat triggers
Embed codes for integration into other applications
API endpoints with code examples for developers
How to Publish Your Workflow
First, test your workflow using the Run Panel to ensure it works as expected
Click the "Publish" button in the top right corner of your screen
Review any validation messages that appear (fix any issues if necessary)
Confirm the publication - this will automatically toggle the workflow to "Active"
The Publish Panel will open, showing deployment options
💡 The first time you publish a workflow, it will be activated automatically. You can toggle it on or off later.
How to Access the Publish Panel
Click the "Publish" button to open the panel after making changes
If no unpublished changes exist, click the active deployment information in the top bar
The Publish Panel displays the active status toggle at the top and shareability options below
💡 You can reopen the Publish Panel at any time to view or modify deployment settings.
How to Publish Different Trigger Types
Form Trigger:
The Publish Panel will display two app links:
Lleverage Link: Your app within the Lleverage workspace
External App Link: A standalone external link to your app
Copy either link to share with users
Click "Get Code" to access embed code for integrating the form into other websites
Chat Trigger:
The Publish Panel will display two app links:
Lleverage Link: Your app within the Lleverage workspace
External App Link: A standalone external link to your app
Copy either link to share with users
Click "Get Code" to access embed code for integrating the chat interface
API Call Trigger:
The Publish Panel will display an API endpoint
Copy the endpoint URL for API integration
View code examples in Node.js, Python, PHP, and Go
No external app link is provided (API calls don't have user interfaces)
Schedule Trigger:
The Publish Panel will display schedule information
View when the workflow will run automatically
No user interface or shareability options are provided
Integration Trigger:
The Publish Panel will display information about the integration
Similar to scheduled triggers, there is no user interface to share
⚠️ Schedule and Integration triggers run automatically from Lleverage's backend and don't have user interfaces to share.
How to Control Workflow Activation
Locate the activation toggle at the top of the Publish Panel
Toggle it ON to activate your workflow and make it available
Toggle it OFF to deactivate your workflow temporarily without deleting it
The current status is also shown in the top bar of the workflow editor
💡 Deactivating a workflow is useful when you want to pause its operation without losing your configuration.
How to Share Published Workflows
For Form and Chat triggers:
Choose between the Lleverage link (within workspace) or External App link (standalone)
Copy your preferred link from the Publish Panel
Share the link directly with users
Or click "Get Code" to use the embed code for website integration
For API Call triggers:
Copy the API endpoint from the Publish Panel
Use the provided code examples as reference
Integrate the API call into your application
💡 When embedded via iframe, the workflow functions exactly as it does when accessed directly through the app links.
How to Embed Workflows in External Applications
Using HTML Embed Code:
Publish your workflow with a Form or Chat trigger
Click "Get Code" in the Publish Panel to access the embed code
Copy the provided HTML iframe code
Paste the code into your website, web application, or development project
The embedded workflow will function identically to the standalone app
Using API Integration:
Publish your workflow with an API Call trigger
Copy the API endpoint from the Publish Panel
Choose from the provided code examples (Node.js, Python, PHP, Go)
Implement the API call in your development environment
Include the bearer token for authorization as configured in your platform settings
💡 You can use free code editors or development environments to test your embedded workflows before deploying them to production.
⚠️ API integrations require a development environment and cannot be simply opened as HTML files in a web browser like embedded forms and chats.
Last updated