Profile Requirements

To deliver a message to a recipient over Facebook Messenger, Courier must be provided the recipient’s Page-Scoped ID (PSID). The value should be included in the recipient profile as facebookPSID.

{
  "message": {
    // Recipient Profile
    "to": {
      "facebookPSID": "1254477777772919"
    }
  }
}