Open the menu
    ```html

    Integration with Public Social Networks: Message Manager

    This interface displays a list of messages to be published on social networks, showing their statuses and allowing for reprocessing if they are in an error state in their publication.

    Features

    • It is an administration interface

    Screens

    Message Manager

    Data

    Message Management

    • Message(string) : Message to be published on the social network.
    • Publication Date(date and time) : Date from which the message can be published.
    • Language(string) : Language of the content related to the message to be published.
    • Action(string) : Action related to the publication to be performed for the message on the social network.
    • Status(integer) : Status of the message publication.
    • Account(string) : Account used to send the message to the social network.
    • Social Network(string) : Social network where the account is registered.

    Permissions

    • Maintain Message: Allows managing the publication of messages on social networks.
    ```