Send transactional and marketing messages to your users with one simple endpoint, using Prelude Notify API.
Send an immediate transactional message
Schedule a marketing campaign
Send with custom sender ID
Send via specific channel
| Error Code | Description | Action |
|---|---|---|
unsubscribed | Recipient has opted out of marketing messages | Update your records and don’t retry |
template_not_found | Template ID doesn’t exist | Check template ID with your CSM |
invalid_phone_number | Phone number format is invalid | Validate phone number format |
insufficient_balance | Account balance is too low | Top up your account |
template_not_validated | Marketing template not approved | Contact your CSM |
category_forbidden | Message category forbidden in country | Use a different template |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The recipient's phone number in E.164 format.
The template identifier configured by your Customer Success team.
The Sender ID. Must be approved for your account.
A BCP-47 formatted locale string with the language the text message will be sent to. If there's no locale set, the language will be determined by the country code of the phone number. If the language specified doesn't exist, the default set on the template will be used.
The variables to be replaced in the template.
The message expiration date in RFC3339 format. The message will not be sent if this time is reached.
Schedule the message for future delivery in RFC3339 format. Marketing messages can be scheduled up to 90 days in advance and will be automatically adjusted for compliance with local time window restrictions.
The URL where webhooks will be sent for message delivery events.
A user-defined identifier to correlate this message with your internal systems. It is returned in the response and any webhook events that refer to this message.
80The preferred channel to be used in priority for message delivery. If the channel is unavailable, the system will fallback to other available channels.
sms, whatsapp OK
The message identifier.
The recipient's phone number in E.164 format.
The template identifier.
The variables to be replaced in the template.
The message expiration date in RFC3339 format.
The message creation date in RFC3339 format.
The Sender ID used for this message.
The callback URL where webhooks will be sent.
A user-defined identifier to correlate this message with your internal systems.
80When the message will actually be sent in RFC3339 format with timezone offset. For marketing messages, this may differ from the requested schedule_at due to automatic compliance adjustments.