Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sendrealm.com/llms.txt

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

The Sendrealm API lets you send emails and push notifications, manage contacts, and organize your audience with custom properties and segments.

Base URL

https://api.sendrealm.com

Authentication

All API endpoints are authenticated using API keys. Create an API key from the Sendrealm dashboard, then include it in the Authorization header for each request.
Authorization: Bearer {apiKey}

Resources

Emails

Send transactional or product emails through the API.

Push notifications

Send notifications to devices or contact aliases.

Segments

Create, list, update, and delete audience segments.

Audience properties

Define custom fields for contact and audience data.

Contacts

Create, list, update, and delete contacts.

Segment memberships

Add contacts to segments or remove them.

Status codes

The Sendrealm API uses HTTP status codes to indicate the result of each request.
Status CodeDescription
200Successful request.
201Resource created or notification sent.
400Invalid request parameters.
401API key was missing or invalid.
404Resource was not found.
409Resource conflict.
422Request could not be processed.