Skip to main content

Facebook Messenger

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.

JSON
{
"message": {
// Recipient Profile
"to": {
"facebookPSID": "1254477777772919"
}
}
}
Was this helpful?