How do automations and workflows work in Fuzen?
Automations (also called workflows) let your app perform actions automatically when something happens — without anyone having to click a button. How they
Automations (also called workflows) let your app perform actions automatically when something happens — without anyone having to click a button.
How they work:
- Trigger — Something happens in your app that starts the workflow. Examples: a new record is created, a field value changes, a form is submitted, or a scheduled time arrives.
- Conditions (optional) — Rules that must be true for the workflow to continue. Example: “Only run if the lead stage is Qualified.”
- Actions — What the workflow does. Examples: send an email, update a record, create a new record, send a WhatsApp message, call an external API.
To create a workflow:
- Tell the AI what you want to automate. For example: “When a new customer signs up, send them a welcome email and create a task for the sales team.”
- The AI will build the workflow for you.
- You can view, edit, or disable workflows from the Automations section of your app.
If a workflow is not triggering as expected, check that: (1) the trigger conditions are correctly set, (2) the workflow is enabled, and (3) any required connected accounts (e.g. email) are properly set up.
Was this article helpful?
Related articles
Can multiple users collaborate to build an app?
Yes. Fuzen allows multiple users to collaborate on the same app. You can invite team members, assign roles, and work together in real-time to build, test, and r
Read articleWhat integrations does Fuzen provide?
Fuzen supports a range of powerful integrations to help you build feature-rich apps. These include: Twilio (for calls and WhatsApp), Email & SMTP (for sendi
Read articleCan I extract the code of my app?
Not at the moment. Fuzen manages everything for you behind the scenes, so you don’t have to worry about the code. We handle all the technical complexity,
Read article