---
"@context": https://schema.org
"@type": TechArticle
"@id": https://www.twilio.com/docs/api/errors/52203#article
headline: "52203: Missing body for Facebook Messenger delivery attempt"
url: https://www.twilio.com/docs/api/errors/52203
inLanguage: en
dateModified: 2025-12-18T21:40:49.000Z
author:
  "@type": Organization
  name: Twilio Developer Education Team
publisher:
  "@type": Organization
  name: Twilio
---

# 52203: Missing body for Facebook Messenger delivery attempt

Log Level: ERROR

## Description

Messenger messages need to have some content. You can specify this either via the [generic Body parameter](/docs/notify/api/notification-resource#generic-payload-parameters) of the Notification request or the [FacebookMessenger channel specific parameter](/docs/notify/api/notification-resource#channel-specific-parameters).

### Possible causes

* Notification has neither Body not FacebookMessenger parameter set

### Possible solutions

* Specify either Body or FacebookMessenger parameter when sending a Notification
