Altan
Home
Discord
Status
Home
Discord
Status
Access
Flows
Copy Page
What is Altan?
Support Options
Projects
Create Your First Project
App Navigation & Settings
Building Tips
The Art of Prompting
Publishing Your App
Rollback and Checkpoints
Instantly Resolve Errors
Databases
Introduction
Security
Technical Overview
AI Agents
What is an AI Agent?
Create your first AI Agent
Tools
Interacting with Your AI Agent
Technical Overview
Altan Frontend SDK
Altan Frontend SDK
Flows
Create your first Flow
Automation basics
Adding modules
Types of modules
Passing data
Filters
Debugging
Retrigger events
Version History
Overwrite connection
Task credits
Integration
Magic Link
Altan Integrator
Create your integration
Authentication
Authentication
Payments
Checkout Session
Object Storage
Media
Media
Partner Program
Who are our Partners?
Partner Program Benefits
How to import projects into Altan
How to export projects from Altan
Work collaboratively
How to start on Altan
Become an Altan Partner
API Reference
account
Create Account
Get Account Gq
Get Account Public
Get Account Usage
Patch Account
Delete Account
Get Account Users
Create Custom Webhook
Create Media
Create Media From Url
Create Multiple Media
Create Token
Create Agent
Upsert Flow
Fetch User Account Notifications
Create Altaner
Get Selected Template Version
Get Latest Template Version
Get Template Version
Invite User
Create Interface
Get Members
Get Account Connections
Get Apikey
Delete Apikey
project
Get Altaner
Create Project V2
Update Altaner
Delete Altaner
Get Altaner Flows
Clone Altaner
Update Altaner Positions
Create Altaner Component
Update Altaner Component
Get Altaner Component
Atomic Update Altaner Component
Delete Altaner Component
Duplicate Altaner
Create Idea
interface
Start Dev Server
Get Dev Status
Send Dev Error To Agent
Revise Interface
Get Dev Errors
Log Error
Create Or Overwrite File
Update File
Create Multiple Files
Read File
Read Multiple Files
Delete File
Rename File
Update Files Pattern
Search In Files
Search And Replace
Preview Updates
Install Libraries
List Tree
List Tree Json
Get Repo Status
List Branches
Create Branch
Delete Branch
Switch Branch
Clone Repo
Merge Branch
Commit Changes
Get Diff Changes
Accept Changes
Discard Changes
Push Changes
Pull Changes
Reset Repo
Get Repo Log
Restore Main
Get Public Interface
Get Interface By Name
Get Interface
Update Interface
Delete Interface
Get Interface Screenshot
Update Interface With Ai
Publish Interface
Vercel Webhook
Get Deployment Status
Add Collaborator
Get Deployment Logs
Fix Deployment With Ai
Add Domain
Get Domains
Remove Domain
Verify Domain
Add Env Variables
Get Env Variables
Delete Env Variable
Sync Env Variables
Rollback Deployment
Get Commit Details
Restore To Commit
flows
modules
Fetch Module
Update Flow Module
Delete Module
Fetch Graph Module
Rename Module
Update Position In Canvas
Update In Edge Filter
Update Route Condition Filter
Add Condition
Get Available Variables For Mappings
hooks
Get Webhook
Update Hook
executions
Get File Signed Url
Stream Execution
Fetch Flow Execution
Fetch Flow
Update Flow
Delete Flow
Get Latest Execution
Fetch Flow Schema
Get Flow From Hook
Get Flow Hook
Fetch Flow Executions
Fetch Flow Executions
Upsert Flow Module
Add Flow Module
Create Flow Duplicate
Clone Flow Modules
Paste Flow Modules
Delete Modules
Update Edge
media
Get Media Url
Delete Media
Get Multiple Media
Get 3D Media
Delete Model
Create 3D Model
agents
tools
Patch Tool
Patch Tool
authorizaiton requests
Create Authorization Request
List Authorization Requests
Get Authorization Request
Delete Authorization Request
Reject Authorization Request
Get Altan Agents
List Voices
Get Agent
Update Agent
Delete Agent
Get Agent
Create And Add Tool To Agent
Remove Tool And Space
Get User Agent Dm Room
Get Agent Gate
Get Agent Member Usage
Flows
Copy Page
Automation basics
Automation simplifies tasks by following a basic rule: WHEN and DO—"When this happens, do that." In Altan, automation is powered by workflows, which connect triggers (the "when") with actions (the "do") to streamline your processes.
What is a workflow?
#
A workflow or
flow
in Altan consists of two essential parts:
triggers
and
actions
.
🚦
Trigger
#
The trigger is the
starting point
of a flow, determining when it runs. Altan offers various trigger types, such as:
Schedule Trigger
: Runs at specific times or intervals.
Instant Trigger
: Starts when data is sent to a specific endpoint.
Internal Trigger
: Activates manually or when another worklfow invokes it.
⚡
Action
#
The action is what happens
after the trigger
, defining the flow’s result. Actions can include:
Running custom code
Communicating with other services
Sending notifications
Creating, updating or deleting records in a database
With Altan workflows, you can automate virtually any repetitive process, freeing up your time for more impactful work.
Modified at
9 days ago
Previous
Create your first Flow
Next
Adding modules
On this page
What is a workflow?
🚦 Trigger
⚡ Action