What action nodes do
If triggers are what start the workflow, actions are what carry it out.
They help you automate the next step instead of doing it manually.
For example, an action can:
send an email
create a task
send a document
update a project stage
send information to another tool
Available action types
Send Email
Use this when you want the automation to send an email automatically.
This is helpful for:
follow-ups
confirmations
reminders
next-step emails
internal notifications
You can customize the email content and make it feel more personal by using merge tags where supported.
Create Task
Use this when you want the automation to create a task for you or your team.
This is useful when a workflow should automatically create internal to-dos after something happens.
Examples:
create a follow-up task after a lead submits a form
create an onboarding task after a contract is signed
create a reminder task after a project moves to a new stage
Send Document
Use this when you want the automation to send a document as the next step in the workflow.
This is useful when one completed step should immediately lead into the next file or form that needs to go out.
Examples:
send a proposal after an inquiry is reviewed
send a contract after a proposal is accepted
send a questionnaire after a booking is confirmed
Update Project Stage
Use this when you want the automation to move a project into a different stage automatically.
This helps keep your pipeline clean and up to date without manual dragging or updating.
Examples:
move a project to booked after a contract is signed
move a project to active after payment is received
move a project to complete after the final file action is finished
Webhook
Use this when you want the automation to send information out to another system.
This is useful when TalleFlow needs to pass data somewhere else as part of the workflow.
For most users, this is the more advanced action type, but it can be helpful when you’re connecting TalleFlow to outside tools or custom systems.
Why action nodes matter
Action nodes are where the real value of automations shows up.
They help take work off your plate by handling the next step automatically.
Instead of remembering what to send, what to create, or what to update, the automation handles it for you.
Personalizing actions
Some action nodes let you pull in dynamic details from the workflow.
This means your automation can use information connected to the trigger instead of sending the same generic output every time.
Examples of what can be pulled in include things like:
names
project details
document details
other information related to the workflow
This makes automated actions feel much more relevant and useful.
Good examples of action nodes in real workflows
Example 1
Trigger: Contact Form Submitted
Action: Send Email
This works well when you want an inquiry confirmation or first-touch follow-up to go out right away.
Example 2
Trigger: Contract Signed
Action: Create Task
This is useful when signing the contract should create next-step work for your team.
Example 3
Trigger: Payment Received
Action: Update Project Stage
This helps move the project forward automatically instead of relying on manual updates.
Example 4
Trigger: Questionnaire Submitted
Action: Send Document
This works well when one completed file should immediately lead into the next file in the process.
Choosing the right action
A simple way to think about it:
If you need to communicate, use Send Email
If you need to assign work, use Create Task
If you need to deliver the next file, use Send Document
If you need to move the project forward, use Update Project Stage
If you need to pass data outside TalleFlow, use Webhook
Things to keep in mind
Actions happen after the automation starts, but they don’t have to happen immediately.
You can place a wait node before an action if you want to delay it.
You can also place a condition node before an action if you only want that action to happen in certain cases.
That means actions work best when they’re part of a full workflow, not just used on their own.
Related articles
Wait Nodes
Using Merge Tags in Automations
