SocialMedia.postReply (Method)
Reply to a post.
Returns:
Void
Arguments:
Name | Type | Required | Description |
---|---|---|---|
id | SocialMediaNativePostID | Required | The ID of the social media native post to reply. |
channelID | SocialMediaChannelID | Required | The ID of the social media channel to which the native post applies. |
replyMessage | NonNullString | Required | The reply message. |
Context:
License Requirements | SocialMedia |
Permission Requirements | (none) |
Deny Context | (none) |
Require Context | AuthoringEnabled |
Author Lock | (not required) |
Transaction Logging | If transaction logging is enabled at the site level, calls to this method will be logged |
Customization | Customization is not supported for this method. |
Error Codes:
Code | Error Message |
---|---|
83503 | CommonSpot has not been granted access or the user has revoked the access to the specified channel. |
83508 | The specified postid is not associated with the channel provided. |
Notes:
None