Skip to content

BaseCloud Documentation

BaseCloud is a CRM and automation platform. You build workflows by connecting tasks on a visual canvas — no code — so the work that used to sit in someone's inbox happens on its own.

How a workflow works

Every workflow starts with exactly one trigger and continues through as many actions as you need. The trigger listens; the actions do the work. Each task passes its output to the next.

flowchart LR
    A[Form submitted] --> B[Match to Client]
    B --> C{New customer?}
    C -->|Yes| D[Send welcome email]
    C -->|No| E[Log the enquiry]

That is the whole model. A form submission arrives, the workflow looks the client up in the CRM, checks whether they are new, and takes a different path for each answer.

A BaseCloud workflow on the canvas: a Webhook In trigger connects to Match to Client, then an If Statement whose true branch runs an Email task and whose false branch runs a Webhook Out task

Start here

  • Build your first workflow


    A guided walkthrough, start to finish, in about ten minutes.

    Quick Start

  • Browse every task


    All triggers and actions, what they output, and how to configure them.

    Task reference

  • Learn from a worked example


    Complete workflows built step by step, with the reasoning explained.

    Lead capture to CRM

What you can build

More worked examples

Each of these builds a complete workflow and explains why it is put together that way.

Need help?

  • Contact support — get help with your account or a workflow you are building
  • API reference — for custom applications only. Almost everything is easier to build with the no-code tasks above, so start there unless you specifically need direct programmatic access.