website logo
🔭Overview
▶️Demos
🛠️Developer's guide
🧰Custom Actions
🔧Integrations
Navigate through spaces
🔭Overview
▶️Demos
🛠️Developer's guide
🧰Custom Actions
🔧Integrations
⌘K
💪Demo - creating your first process flow💪🏼
📜How to integrate with JIRA to create a ticket and receive confirmation email to sender
📜How to create an order confirmation process
📜Demo - Typeform + Procesio +Airtable
📜Webflow + PROCESIO + Airtable integration
📜Demo - sending criteria based alerts to contacts from an excel workbook
📜How to integrate with UIPath robots
📜How to extract e-mail addresses from websites
📜SenseTask OCR integration + notifications
📜Automate employee requets
📜FTP to FTP transfer
📜HubSpot contacts analytics
Docs powered by archbee 
24min

Demo - creating your first process flow💪🏼

Let's create your first workflow in PROCESIO. 

Scenario: we will create a flow which can be very useful in any HR Department. Every time a new hire comes in, HR representative shall simply run this process that will send an "Welcome" email. The email template is personalized with new hire's name, email address. 

You can take this use case and take it to a new level by adding all standard documentation that your company is normally sending for onboarding. Usually several people must perform manual tasks, to get this documentation sent to the new hire. Now, with one click, everything can be done in seconds.

This will be a basic use case, just to get you familiarized with PROCESIO,  but imagine how many processes or tasks you can automate with PROCESIO. In order to use the Procesio platform you will need to login using your credentials on https://procesio.app/.

Before you get started:

You will need the following items to complete the suggested process:

  • Credentials Manager: Email server configuration for Gmail
  • Process Designer: blank canvas where you will build the flow
  • Process Variables: allows you to pass dynamic data (new hire's name, email address) every time the process is run

Let's build this process!

This process flow uses the following actions:

  • Start & Stop - by default on canvas
  • Send Email

The process flow created will look like this:

Document image

Create the credential

Step 1. Create the email server configuration: for this demo we have created a connection to a Gmail server, check our GMail documentation. 

You can also create and use a connection to any email server (check Yahoo or SendGrid connection documentation).

  • Go to the Credentials Manager section and click on the Add New button. This will take you to the Basic Info step of the configuration. Fill in the inputs like below: 
Document image
  • Click Next step to take you to the last step of the configuration, i.e. Details. See below how the email server configuration for sending out emails from the Gmail account is configured (add your Gmail username & app password):
Document image
  •  Click Test connection to see if you completed the setting correctly. If the test is successful, click Save to save this configuration.

Create and configure the process

Step 1. Create a new process: Go to the Process Designer section and click on Create New button. This will take you to the canvas where you will build the flow.

Document image

Step 2. Creating the process variables: as mentioned at the beginning, we want to automate this process and make it pass dynamic data for every new hire. Thus, we need to create some process variables within our process flow, which will act as data placeholders while designing the flow. At runtime, they will take new values. 

Go to Process Variables (x) in the top bar to start creating the variables needed for this process. Click Add Variable. You need to define 2 variables as follows:

Document image

Step 3. Drag Send email action on canvas and connect it to Start and Stop. Click on it to open the Properties Panel to configure the action settings:

Document image
  • You can change the action name from "Send email" into "Welcome employee". 
  • Select the email server configuration created in step 1.
  • Click Send Email (not configured). This will open the configuration panel:
Document image
  • From: fill in any display name you want your receivers to see in Inbox.
  • To: add the <%newemployeeemailaddress%> process variable.

To open the variables selector in Body and add process variables to your message: press Insert key (for Windows) or Shift + Tab (for MacOS).

  • Subject: Welcome to PROCESIO, <%newemployeename%> process variable.
  • Body: type your message or add a HTML email body. We added a HTML email template, you can add process variables here too.
Text
|
  • Body is HTML: mark yes, if applicable.
  • Save changes.

Step 4. Save the process; you will receive a confirmation message.

Step 5. Validate the process; you will receive a confirmation message.

Document image

Step 6. Once the process is validated you can press the Run button.

Step 7. A dialog will pop-up every time you run the process requiring values for the inputs defined at the process level as follows:

Document image
  • Once you give values to the inputs, click Run. You will be notified when the process completes.
Document image
  • Click on Check instances to see the status: 
Document image
  • In Instance Details you can see that the process completed successfully, and also the input and output values for this instance. 

Check your inbox to see how the values filled in as inputs for the process are now populating dynamically the subject, email address and email template: 

Document image

Congrats! You have just created your first process flow in PROCESIO!

If you encountered any issues while creating this first process flow, please let us know as we are all growing together.

Updated 24 Oct 2022
Did this page help you?
Yes
No
UP NEXT
How to integrate with JIRA to create a ticket and receive confirmation email to sender
Docs powered by archbee 
TABLE OF CONTENTS
Before you get started:
Let's build this process!
Create the credential
Create and configure the process