Automation feedback request
Last updated
Was this helpful?
Last updated
Was this helpful?
Starting simple is the key to effective automation.
So, what’s one universal concept every MSP can embrace, regardless of their RMM, PSA, or integrations? A centralized system for automation feedback is an essential step toward fostering a culture of automation across your organization.
This quickstart guide walks you through creating your very first automation: a system to track and manage those requests effortlessly. By leveraging the core principles that will shape your future automations, this tool will collect all automation ideas directly into your inbox for easy access.
By the end of this guide, you’ll not only have your first automation up and running, but also a streamlined process for gathering automation requests from your entire team.
Let’s get cracking!
Creating a form is a good way to collect information that you will use in your automation. By adding a Field Name for each field, you can easily use the data from each field in your automation. The Field Label and Field Descriptions on the other hand, will help you coach your form user on the type of information you are looking for.
In this case, we want to make sure they know the automation request should be a process that already exists, how much time this automation would save, and how often the automation should run.
Log in to the Rewst platform.
Navigate to Automations > Forms in the left side menu.
Click + to create a new form.
Enter Automation Intake Form
into the Form Name field.
Click Submit.
Add the following fields by dragging the relevant elements into your form builder, with the values specified below:
Multi-Line Input:
Field Name: process_automation
Field Label: What process should we automate?
Field Description: We can't automate a process that doesn't exist. Please explain the process you would like automated.
Field Required: Yes
Number Input:
Field Name: time_saved
Field Label: Time (In minutes)
Field Description: How much time does this process take to do manually?
Field Required: Yes
Text Input:
Field Name: frequency
Field Label: Frequency
Field Description: How often does this task get done?
Field Required: Yes
Click the Save icon at the top right of the form.
Click Submit.
A workflow is like the piping that your data will flow through. By setting up this workflow, we're telling Rewst to take the information from the form, format it, and send it in an email to you.
Navigate to Automations > Workflows.
Click Create to create a new workflow.
Enter Automation Intake
in the Name field.
Add any Tags you'd like, to stay organized.
Click Submit.
Click the Trigger button, denoted by a blue lightning bolt, in the top menu. Your load time to establish the trigger may take a moment.
Enter Intake Form
in the Name field.
Toggle Enabled to on to activate this trigger.
With the trigger active, every form submission will start our new workflow.
Choose the Core - Form Submission
from the Trigger Type drop down menu field. You can type in this menu field to jump to your desired trigger type instead of scrolling through the long list.
Select the Automation Intake Form
you created under Trigger Parameters.
Click Submit at the bottom.
Drag and drop the noop action to the workflow canvas.
Replace the default core_noop name with send_message
.
Type "This action starts the workflow" for the Description.
Open the Core section in the left Actions menu, if it's not already open.
Drag and drop the sendmail action to the workflow canvas.
Replace the default core_sendmail name with to_email
.
Fill in the following for the next several fields:
Sender: noreply@rewst.io
Recipient: Your own email
Subject: Automation Request
Title: You have a new automation request
Click on the View in Task Editor button next to the message field to open up the Jinja editor.
Type the following to reference what we type in the form:
Requestor: {{ CTX.user.username }}
Automation Idea: {{ CTX.process_automation }}
Time Saved: {{ CTX.time_saved }} minutes
Frequency: {{ CTX.frequency }}
Close the editor.
Click and drag the transition from the noop action to the sendmail action.
To do this, you'll need to hover over the gray circle under the On Success section of the noop action.
Enter a Change Summary and Changes Description.
Click Publish to save the workflow.
Click Submit on the pop-up to confirm.
Click the View Direct URLs button next to Dynamic Form URL.
If the trigger isn't open, click Edit Trigger at the top menu next to our Form Trigger.
Click on the link.
Type your automation idea into the form fields.
Click Submit.
Check your email.
Share the direct link with your colleagues. They'll have to have a role of form-users in Rewst, and they can submit their automation ideas.
As your company develops a culture of automation, you'll likely want to make changes to this form to better calculate ROI. Ensure you document your workflows internally, and your team can iterate and build as your processes evolve.
Open the Core section in the left Actions menu.