What you can do
Send email
One unified send door for cold outreach, sequences, and one-off sends.
Manage contacts
Create contacts, update custom fields, and read full per-contact timelines.
Run programs
Launch campaigns and sequences with steps, A/B variants, and enrollments.
Query analytics
Named catalog queries over the event store — funnels, feeds, A/B results, DMARC.
API design
Five predictable patterns — every endpoint is one of these:
Other conventions:
- Base URL —
https://api.norbelys.com/v1 - JSON in, JSON out. Timestamps are ISO-8601 in UTC.
- Explicit pagination. Lists are cursor-based by default; offset-indexed feeds advertise and return
page + total. - Predictable errors.
{ error: { code, message } }with the matching HTTP status. - Soft deletes.
DELETEarchives, never hard-deletes — returns the archived row. - Expansions. Some detail GETs accept
?expand[]=for related objects inline.
Next steps
Authentication
Get your API key and make your first request.
Quickstart
Add contacts and send your first email in minutes.