messaging channel, the events will be delivered to standby channel. You can receive message, read, and delivery events through history messages.standby field when setting up your webhook.messaging_postback events delivered via the Standby channel will not include the postback payload. The app that originally sent the postback button will receive the normal messaging_postbacks webhook event that includes the postback payload.{
"object":"page",
"entry":[
{
"id":"<PAGE_ID>",
"time":1458692752478,
"standby":[
{
"sender":{
"id":"<USER_ID>"
},
"recipient":{
"id":"<PAGE_ID>"
},
...
}
]
}
]
}
| Property | Type | Description |
|---|---|---|
id | String | The PSID of the user that triggered the webhook event. |
time | Timestamp | Timestamp of the message send. |
standby | Array | Array of messages received in the standby channel. |