Messaging Reports and Debugging Tools

Two pages drive SMS observability in Blocx:

For email-specific equivalents, see Email History and Reports.

Messaging Reports

Open Messaging → Reports to see SMS performance:

Filter at the top by:

Hover any chart for exact counts; click a bar or line to drill into the underlying messages.

Debug

Messaging → Debug is single-message inspection. Paste a message ID — from a msg_... returned by the API, a webhook event, or a row in a report — and you'll see:

  1. The original request — exact JSON you sent us.
  2. Routing decisions — chosen sending number, applied campaign, queueing latency, pool decisions.
  3. Carrier handoff — exact API call to the carrier and the response code and body.
  4. Delivery receipts — carrier-reported status, error code, and free text.
  5. Compliance actions — opt-out matched, suppressed recipient, content-filter trigger, throughput throttling.

If a message didn't deliver, this is the first place to look.

Common error codes

Code Meaning Recommended action
30003 Unreachable destination Phone off or out of coverage. Retry later.
30004 Message blocked Carrier blocked the recipient or content. Investigate at Compliance Inbox.
30005 Unknown destination Number doesn't exist. Validate recipient lists.
30006 Landline or unreachable carrier Number can't receive SMS. Skip in future.
30007 Carrier filtered Spam-like content or sender. Review campaign content and opt-in flow.
30008 Carrier-side unknown Retry with exponential backoff.
21610 Recipient has opted out Stop sending to this number.
21611 Source number not provisioned Number not active on campaign — check Numbers → Manage.

Full reference is linked from the debug page next to each error.

Exporting

Both pages support CSV export of any filtered view. Use it for:

Larger exports run in the background and are emailed when ready.

Status page

For platform-wide incidents (carrier outages, our own degradations), watch otterblocx.statuspage.io. Subscribe to email or SMS alerts there.

Related articles