ONLINEDeliverability
Bento

Sequences

Sequences are automated email series that deliver a series of messages to subscribers over time. They're perfect for onboarding flows, educational content, nurture campaigns, and drip marketing. Each sequence contains multiple email templates that are sent based on configured delays and conditions. The Sequences API allows you to retrieve and manage your sequences programmatically.

Available Endpoints

MethodEndpointName
GETfetch/sequencesGet Sequences

The Sequence Model

The sequence model represents an automated email series with its associated email templates and performance statistics.

Properties

  • Name
    id
    Type
    string
    Description

    The unique identifier for the sequence

  • Name
    name
    Type
    string
    Description

    The name of the sequence

  • Name
    created_at
    Type
    datetime
    Description

    When the sequence was created

  • Name
    email_templates
    Type
    array
    Description

    Array of email templates in this sequence, each with id, subject, and stats


GET/v1/fetch/sequences

Get Sequences

Returns a list of all sequences in your account, including their associated email templates and performance statistics.

Query Parameters

  • Name
    site_uuid
    Type
    string
    Description

    Your site's unique identifier

  • Name
    page
    Type
    integer
    Description

    Page number for pagination (optional)



Response

Returns a list of sequences with their email templates and stats.