Category: Guides

  • Adding embedded workflows to Node.js applications

    Adding embedded workflows to Node.js applications

    Adding Embed Workflow to a Node JS application is easy. We will use a Next JS project to integrate with Embed Workflow in this example. I’ll demonstrate how to configure your account and embed a the workflow builder. Source code can be found here. If you’d like to follow the steps on your computer, you will…

  • Adding the Embed Workflow UI components to a Ruby on Rails application

    Adding the Embed Workflow UI components to a Ruby on Rails application

    This guide will walk you through adding the Embed Workflow UI components to a Ruby on Rails application. You will need an Embed Workflow account to get started. Source code can be found here. Rails Application Skip step one if you already have a Rails application you want to use. 1. Create a Rails Application Create our…

  • Add a number field to an embedded workflow

    Add a number field to an embedded workflow

    Using the field editor, you can now add a number field. DavidDavid Amrani is the founder and CEO of Embed Workflow. After building three custom workflow automation systems from scratch—each taking over 8 months at companies like Brivity, a healthcare startup, and Resorcity—he saw the gap between bloated iPaaS tools and what SaaS companies actually…

  • Filter out spam from your contact form

    Filter out spam from your contact form

    Implement spam filtering for your website forms using Embed Workflow, Akismet, and other leading strategies. For this guide, you will need an Embed Workflow account. If you haven’t already, you can get started in minutes. 1. Log in to your Embed Workflow Account Log in and navigate to your workflow dashboard. 2. Update a Submission as…

  • Getting Started

    Getting Started

    NOTE: The guide below is deprecated. Our product has come a long way since it was written. Please refer to our newer posts or schedule a demo! This guide is for new users to learn how to use Embed Workflow. Embed Workflow is an easy-to-use platform built with simplicity in mind. A typical flow: We will…

  • Integrating Embed Workflow with Slack

    Integrating Embed Workflow with Slack

    Getting set up with Slack is quick and easy. Dependencies 1. Create a Slack app You’ll need to create a Slack app for your team’s workspace. Use this app manifest: Open OAuth & Permissions, and you’ll see your User OAuth Token and Bot user OAuth Token. You have complete flexibility on how you use these with…

  • Add a contact form to your Jekyll site

    Add a contact form to your Jekyll site

    This guide is for anyone adding a contact form to their Jekyll website. It also applies to any static website, not just Jekyll. Quickstart for Jekyll.