Feedback Actions
Update From Facebook Messenger Feedback Action
A feedback action called by the system when a message is received on a Facebook page.
Overview
When a message is received by the Stubber Platform from a Facebook Page the stubsession is derived to intelligently route the message to the correct stub.
Then the _update_from_facebook_messenger
feedback action is triggered on the stub.
The _update_from_facebook_messenger
feedback action is used to then further automate anything in the stub that needs to be done when a message is received.
The message body of the message will be set to the message of the stubpost. i.e. stubpost.message
.
All the details of the message will be available in the stubpost.data._incoming_facebook_messenger_data
data path.