Available Action Nodes
Ask AI
Ask AI to write, summarize, analyze, categorize, or answer questions about text.
Call AI Agent
Run another workflow you’ve built (like calling a helper).
Execute Code
Run custom Python or JavaScript code for special tasks.
App Action
Do things in Gmail, Slack, Google Sheets, HubSpot, and hundreds of other apps.
HTTP Request
Connect to any website or service to send or receive data.
Update Variable
Save information to use in later steps.
Read File
Read text from PDFs, Word documents, images, and other files.
Which Action Should I Use?
What Information Do Actions Provide?
Each action gives you information you can use in the next steps:AI and File Actions
App and Web Actions
Saving Data
What If Something Goes Wrong?
Sometimes things fail - a website is down, your email can’t send, etc. CogniAgent has ways to handle this:Automatic Retries
Many actions (like Ask AI, HTTP Request, and App Action) automatically try again if they fail the first time. They’ll attempt up to 3 times before giving up.Checking for Success
You can add a Condition node after an action to check if it worked:Handling Errors in Code
If you’re using Execute Code, you can catch errors:Tips
Actions run one at a time in order, unless you’ve created separate paths with a Condition or Multi-Condition node.
Next Steps
Ask AI Node
Start with AI-powered text processing
App Action
Connect your workflows to other apps
