Skip to content
Nofy by Encipher Docs

Legacy v1

Send (v1)

The original send path

POST https://nofy.encipher.co.tz/v1/notification/send/

Still works and still sends SMS, through the same carrier credentials as v2. EMAIL and PUSH rows are stored but never sent. New integrations should use POST /v2/messages.

Authorizations

Authorizationstringheader

Optional Bearer <token>. Without it the call is unattributed: no quota, no tenant.

Body application/json

channel enum<string> required

Only SMS dispatches.

Available options: SMS, EMAIL, PUSH

message string required

The text to send.

receiver string required

Phone number, e.g. +255700000000.

title string

Stored with the row; not part of an SMS.

sender string

Sender id, where your account has one approved.

tenant string

Tenant external id, for quota attribution. Needs a token.

Responses

201 The stored notification row.
429 Tenant or client daily quota reached (authenticated calls only).
Read the guideLegacy v1 SMS
Esc
↑↓ to move↵ to open