---
title: 4005: Recipient does not support this message type | API Docs
description: The recipient cannot receive this message type.
---

The recipient cannot receive this message type. iMessage app messages require the recipient to be reachable over iMessage and do not fall back to SMS/RCS. This is an HTTP 422 error, delivered asynchronously as a `message.failed` webhook.

## Troubleshooting

- Confirm the recipient is iMessage-capable before sending app messages — see the [iMessage capability check](/channel/imessage/guides/messaging/protocol-selection#protocol-capabilities/index.md)
- Or send a standard text or media message, which can fall back to SMS/RCS

## Related

- [iMessage Apps](/channel/imessage/guides/messaging/imessage-apps/index.md)
- [Webhook Events](/channel/imessage/guides/webhooks/events/index.md)
- [Error Codes](/channel/imessage/error/index.md)
