TracCloud: TracFlow: Difference between revisions

From Redrock Wiki

No edit summary
No edit summary
Line 7: Line 7:
'''TracFlow'''<br>
'''TracFlow'''<br>


TracFlows in TracCloud allow you to automate a variety of actions within TracCloud.
TracFlows in TracCloud allow you to automate a variety of actions within TracCloud.  


Screenshot
<div class="line"></div>
 
{{#fas:circle-info}} <b>Goal:</b> Remind consultants to enter notes for their visits.<br>
<hr>
{{#fas:circle-down}} <b>Trigger:</b> Time Schedule, daily at 3pm.<br>
{{#fas:spinner}} <i>Query:</i> Find recent visits where visit notes is blank.<br>
{{#fas:circle-check}} <b>Action:</b> Send an email to the consultant reminding them to enter their notes.<br>
<div class="line"></div>
{{#fas:circle-info}} <b>Goal:</b>Send students a survey when their referral is resolved.<br>
{{#fas:circle-down}} <b>Trigger:</b> Data modification, when referral is marked as resolved.<br>
{{#fas:circle-check}} <b>Action:</b> Send a survey to the student.<br>
<div class="line"></div>
{{#fas:circle-info}} <b>Goal:</b> Wish staff a happy birthday.<br>
{{#fas:circle-down}} <b>Trigger:</b> Time Schedule, daily at 9am.<br>
{{#fas:spinner}} <i>Query:</i> Find staff where birthdate (custom field) is today.<br>
{{#fas:circle-check}} <b>Action:</b> Send an email to the staff using Twig for personalization.<br>
<div class="line"></div>


<div
<div
Line 32: Line 44:
</div>
</div>


<div style="float:left; width 100%; min-width: 100%; padding: 0.5%; margin: 0.5%; border: 2px solid black; border-radius: 5px">
<div style="font-weight: bold; text-align: center">Trigger</div>
What should cause this TracFlow to be initiated?
<div
<div
style="float:left; width 32.3%; min-width: 32.3%; max-width: 32.3%; padding: 0.5%; margin: 0.5%; border: 2px solid black; border-radius: 5px">
style="float:left; width 32.3%; min-width: 32.3%; max-width: 32.3%; padding: 0.5%; margin: 0.5%; border: 2px solid black; border-radius: 5px">
<div style="font-weight: bold; text-align: center">Table Data Modification</div>
<div style="font-weight: bold; text-align: center">Data Modification</div>
TracFlow can trigger an action based on a modification to a record.
TracFlow can trigger an action based on a modification to a record.
</div>
</div>
Line 40: Line 55:
<div
<div
style="float:left; width 32.3%; min-width: 32.3%; max-width: 32.3%; padding: 0.5%; margin: 0.5%; border: 2px solid black; border-radius: 5px">
style="float:left; width 32.3%; min-width: 32.3%; max-width: 32.3%; padding: 0.5%; margin: 0.5%; border: 2px solid black; border-radius: 5px">
<div style="font-weight: bold; text-align: center">Time Schedule</div>
<div style="font-weight: bold; text-align: center">Schedule</div>
TracFlow can trigger an action on a set schedule of your choice.
TracFlow can trigger an action on a set schedule of your choice.
</div>
</div>
Line 46: Line 61:
<div
<div
style="float:left; width 32.3%; min-width: 32.3%; max-width: 32.3%; padding: 0.5%; margin: 0.5%; border: 2px solid black; border-radius: 5px">
style="float:left; width 32.3%; min-width: 32.3%; max-width: 32.3%; padding: 0.5%; margin: 0.5%; border: 2px solid black; border-radius: 5px">
<div style="font-weight: bold; text-align: center">Manual via Button</div>
<div style="font-weight: bold; text-align: center">Manual</div>
TracFlow can trigger an action from a manual click by a user.
TracFlow can trigger an action from a manual click by a user.
</div>
</div>
</div>



Revision as of 18:36, 21 March 2025

    This page is still in progress! Come back later to learn more.


TracFlow

TracFlows in TracCloud allow you to automate a variety of actions within TracCloud.

Goal: Remind consultants to enter notes for their visits.
Trigger: Time Schedule, daily at 3pm.
Query: Find recent visits where visit notes is blank.
Action: Send an email to the consultant reminding them to enter their notes.

Goal:Send students a survey when their referral is resolved.
Trigger: Data modification, when referral is marked as resolved.
Action: Send a survey to the student.

Goal: Wish staff a happy birthday.
Trigger: Time Schedule, daily at 9am.
Query: Find staff where birthdate (custom field) is today.
Action: Send an email to the staff using Twig for personalization.

Automation Goal

Once you know what you want to automate, Redrock Software will work with you to determine the best way to accomplish this.

Trigger

What should cause this TracFlow to be initiated?

Data Modification

TracFlow can trigger an action based on a modification to a record.

Schedule

TracFlow can trigger an action on a set schedule of your choice.

Manual

TracFlow can trigger an action from a manual click by a user.

Actions

Your TracFlow can initiate any of the following actions. Each TracFlow can initiate as many actions as needed.

Create Tasks for Students or Staff

Send an Email to Any Recipient

Send an SMS Text

Add or Remove the Student From a List

Modify Any Field Within a Record

Send a Survey

Create a SAGE Referral for a Student

Assign a Success Plan to a student.

Create a Student Registration

Initiate an API Call

Collect and Send Data

Description

Run a Favorite Report


To get started with TracFlow...etc.