WhatsApp error 131000: something went wrong
Error 131000 means a message failed for a reason Meta did not classify. It is the unclassified bucket, so the practical approach is to retry once with a backoff and, if it persists, escalate with the trace id from the response.
Meta's code for an unknown message send failure.
The related code for a service that is explicitly unavailable.
The response field Meta support asks for on an unclassified failure.
What it actually covers
Anything Meta's send path failed at without mapping the failure to a named code. That includes genuine transient faults, internal problems, and occasionally a condition that has a specific code in a newer version of the API but did not at the time.\n\nBecause the bucket is broad, no single response is right. A single occurrence is noise. The same recipient failing repeatedly with it is a pattern worth a ticket.
What to do with it
In order, stopping as soon as one works.
- Retry once with a short backoff. A proportion of these are transient.
- Log the full response including the trace id, which is what support will ask for.
- Check whether it is one recipient or all of them. One recipient points at that number; all of them points at the platform.
- If it persists across retries, open a ticket quoting the trace id and the timestamps.
Common mistakes
- Retrying indefinitely. If two attempts fail, it is not transient.
- Discarding the trace id. It is the only thing that makes a support ticket actionable.
- Assuming it means your number is broken. It usually does not.
EasyCoexistence records connection events with timestamps, so an unclassified send failure can be checked against whether the number was healthy at that moment.
Frequently asked questions
Should I retry?
Once, with a backoff. Beyond that it is not transient.
What is a trace id?
An identifier in the error response that lets Meta support find the specific request.
Does it mean my number is down?
Usually not. Check whether other sends are succeeding.
When should I open a ticket?
When it repeats across retries, with the trace id and timestamps.
Keep reading
Ready to get started?
Set up WhatsApp Coexistence in minutes, not months. The app keeps working on the phone.
Start Free TrialVerified on