FAQ
QuickStart
Make your first flow

Make your first flow


The best way to understand viaSocket is by diving in and trying it yourself! This guide will walk you through creating your first automated workflow: the Automatic Lead Follow-up Email Workflow.

By the end, you'll have a solid understanding of viaSocket's core features and be ready to create your own custom workflows with ease.

What You'll Build

You’ll create a system to send a follow-up email whenever someone fills out the lead form via Typeform. The scenario will:

  • Monitor a Typeform submissions for new leads.

  • Send follow-up personalized mail.

What You'll Need

  • A viaSocket account (Sign up here)

  • A Typeform account (Create one here)

  • A Gmail Account (Create one here)

All of these accounts are free to create. Although this guide uses Typeform and Gmail, you can adapt the steps to work with your preferred apps.

Before building your first workflow, set up your accounts and apps:

Required Accounts

  • viaSocket account (Create one here)

  • Typeform account (Sign up for Typeform)

  • Gmail account (Create an account)

Set up Typeform

  1. Sign up at Typeform and log in.

  2. Click "Create" and choose "Start from scratch" or a lead generation template. Add fields like First Name, Last Name, Email, Phone Number, and Message.

  3. Personalize the look and set up a Thank You screen after submission.

  4. Click "Publish" and share the form link or embed it on your website.

Set Up Gmail

  1. Create a Gmail Account: If you don’t have one, sign up at Gmail.

Set Up your Apps
May 1, 2025

While creating any workflow , triggers are the starting points that initiate a workflow. They define when a workflow should run by listening to specific events or conditions. Once a trigger occurs, it activates the rest of the steps in the workflow.

Types of Triggers

Here's an overview of the commonly used ones:

  1. App Integrations

    • These are event-based triggers that start a workflow when something happens in a connected app.

    • Example: When a new row is added in Google Sheets, or when a new lead is created in a CRM, the trigger fires, and the workflow begins.

  2. Webhook

    • Webhooks are used to receive real-time data from external applications.

    • A unique URL is generated, and when data is sent to this URL, the workflow is triggered.

    • Example: An e-commerce app sends order details to a webhook URL when a new order is placed, triggering a workflow to send a confirmation email.

  3. Cron - Scheduler

    • These are time-based triggers that run workflows at specific intervals or schedules (e.g., hourly, daily, weekly).

    • Example: A workflow runs every day at 9 AM to check for overdue tasks and send reminders.

Why Triggers Are Important

Triggers reduce manual work by starting workflows automatically based on predefined conditions. This helps ensure timely responses, minimizes errors, and improves overall efficiency.

Selecting the right trigger is the first and most important step in designing a workflow.

It ensures the automation runs at the right time and in response to the right events. When setting up a workflow, always start by identifying what event should kick off your automation—this becomes your trigger.

What are Triggers in a workflow
May 7, 2025
Prev