Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Posts a message to Facebook
Syntax
server private static str doPush(
RecId _settingsRecId,
RetailCommonWebAPI _webApi,
RetailMediaChannelMessage _message)
Run On
Server
Parameters
- _settingsRecId
Type: RecId Extended Data Type
The connector settings' record ID
- _webApi
Type: RetailCommonWebAPI Class
The web API
- _message
Type: RetailMediaChannelMessage Class
The RetailMediaChannelMessage object containing the message information
Return Value
Type: str
Returns ID of the posted message upon success. If failed, returns an empty string.