Skip to content

Blog

Notes from the
honest side of email

Deliverability, honest analytics and outreach craft — written in plain language, with no growth-hack snake oil.

Earlier articles

253 articles

StrategyAnalysis5 min

Why email quietly wins for distributed teams (and chat quietly loses)

Real-time chat feels faster, but the research on interruption cost and email stress says the opposite for a specific kind of work: outreach and follow-up.

CopywritingAnalysis6 min

Why people actually hit reply on a cold email

Real research on reciprocity, specificity, and low-effort asks — and why the reasons people actually reply to a cold email aren't the ones most guides teach.

Developer7 min

Automating cold-email ops checks with the Norbelys CLI in CI

A working GitHub Actions example: install the norbelys CLI, authenticate with $NORBELYS_API_KEY, and run a scripted campaign-config check on every push or schedule.

StrategyAnalysis5 min

Why founders outsell their first sales hire (and when that stops being true)

Founders who work their own outbound usually beat a first sales hire for 6-12 months. What they have that a hire doesn't, and the real signal to hand it off.

Developer7 min

Managing multiple Norbelys orgs from one terminal with the CLI

How the norbelys CLI's one-profile-per-org config file works, and the safe patterns for switching between client workspaces without hitting the wrong org.

DeveloperAnalysis7 min

CLI vs. dashboard: when scripting cold-email ops actually beats clicking

An honest, non-absolutist take on when the norbelys CLI is the right tool for an operational task, and when the dashboard genuinely serves you better.

Strategy7 min

Stop guessing which subject line wins your replies

Norbelys splits variants across your audience and picks a winner from real replies, not opens. How the test, the guardrails, and the promotion work.

DeliverabilityAnalysis9 min

A new standard could finally show you where your cold email actually lands

A proposed IETF spec called APRF would have mailbox providers report placement and engagement data back to senders, the way DMARC reports authentication failures.

Developer7 min

norbelys login: API key vs. browser OAuth, and where your credentials live

The CLI's two auth modes — org-scoped API keys and PKCE browser OAuth — when to use which, and why config.json's 0600 file permission actually matters.

Developer7 min

Installing the Norbelys CLI and running your first command

Two ways to install the norbelys CLI, how it turns the REST API into commands automatically, and a full walkthrough from install to your first real call.

Developer7 min

Event webhooks are on the way: what to use instead, today

Norbelys outbound event webhooks aren't live yet. An honest look at that, plus a guide to cursor-pagination polling and MCP for near-real-time needs today.

Developer7 min

The norbelys Python SDK quickstart: pip install to your first call

Install the official Python SDK from PyPI, authenticate with an API key, and make your first typed call against the Norbelys API — a complete quickstart.