TAU CRM

Workflows (Automations)

How to create automations in TAU CRM to trigger actions automatically.

Workflows (Automations)

Workflows let you automate actions in the CRM based on events such as contact creation, stage changes, or form submissions.

How to create a workflow

  1. Go to Settings → Workflows (or Workflows in the menu)
  2. Click + New Workflow
  3. Define the trigger
  4. Add actions
  5. Activate the workflow

Available triggers

TriggerWhen it fires
Record createdWhen a contact, company, or opportunity is created
Record updatedWhen a specific field is updated
Record deletedWhen a record is deleted
Form submittedWhen a form submission is received

Available actions

ActionWhat it does
Create recordAutomatically creates a new record
Update recordUpdates fields on a record
Send emailSends a transactional email
HTTP requestCalls an external URL (webhook)
CodeRuns custom JavaScript

Example: Notify team when a deal is closed

Trigger: Opportunity updated → Stage = Customer
Action: HTTP request → POST to your TAU / Slack webhook


Need a specific automation? Contact meajuda@taubot.ai.

On this page