Skip to content

SMS Broadcast Responses

When making requests to the Cecula API, you’ll receive different response codes depending on the status of your request. These codes provide valuable insight into whether your request was successfully processed or if there are issues you need to address.

Below is a list of common response codes, what they mean, and guidance on how to resolve any issues:

Response CodeMeaningWhat You Should Do
1801Message ReceivedNo action needed. Your message is being processed. Log the id returned for tracking delivery reports.
4001Sender Name is MissingAdd an approved sender name (identity) in the request JSON.
1807Invalid Sender NameEnsure the sender is a valid string no longer than 11 characters.
4002The Sender Name is Not RegisteredLogin to Cecula DartPro, navigate to the Identities menu, and register the sender name.
4003Sender Name is RejectedTry a different sender name, or reapply for approval with the telecom provider.
4004Sender Name is Under ReviewWait for the sender name to be approved. If the review takes too long, contact support.
1806Invalid RecipientsEnsure each recipient's mobile number is correctly formatted.
1808Text Exceeds 7 Pages (1071 ASCII Characters)Shorten the message to fit within the allowed character limit.
1809Text is EmptyEnsure the text field is populated with the message content.
1903Invalid Broadcast TimeUse the correct format: YYYY-MM-DD hh:mm:ss, e.g., 2023-11-01 16:24:00.
1902Invalid Schedule TimeThe broadcastTime is set before the current time. Ensure the time is set to the future.
1804Insufficient BalanceTop up your Cecula DartPro SMS account balance.
6000Empty Template FieldInclude the template field in your request body. If you don't have a template, create or retrieve one from the dashboard.
6001Template Not FoundCheck the template ID and retrieve or create a valid one on the Cecula DartPro dashboard.
6002Recipients Not SubmittedAdd the recipients field to your request body. Check the documentation for proper formatting.
6003Recipients Not Well FormattedEnsure the recipients field is correctly formatted. Refer to Sending SMS or Sending Template SMS.