Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.leavo.ai/llms.txt

Use this file to discover all available pages before exploring further.

What are Cadences?

Cadences are automated message sequences that are sent to leads at defined intervals.

Use Cases

Onboarding

Welcome sequence for new leads

Follow-up

Automatic follow-up after contact

Nurturing

Content sequence for engagement

Re-engagement

Reactivate inactive leads

Cadence Structure

A cadence consists of:
  1. Name and description - Identification
  2. Steps - Ordered messages with intervals
  3. Triggers - Conditions to start/stop

Step Example

{
  "order": 1,
  "delay": "P1D",
  "message": {
    "type": "text",
    "content": "Hello {{LEAD_FIRSTNAME}}, how can I help you today?"
  }
}

Delay Format (ISO 8601)

FormatDescription
PT30M30 minutes
PT2H2 hours
P1D1 day
P1W1 week
P1M1 month

Available Variables

Use variables to personalize messages:
  • {{LEAD_NAME}} - Full name
  • {{LEAD_FIRSTNAME}} - First name
  • {{COMPANY_NAME}} - Company
  • {{LEAD_CUSTOM_FIELD}} - Custom fields