Open the menu
    ```html

    Newsletter : Add Scheduling

    Provides a form to register a scheduling. Accessed through the Scheduling Administration.

    Features

    • It is an administration interface

    Screens

    Add Scheduling
    • Model (identifier, required field) : The model that will be used by the scheduling.
    • Status (integer, required field) : The status of the scheduling, which can be "Enabled" or "Disabled".
    • Start Date (date, required field) : Start of the validity period for sending the newsletter.
    • End Date (date) : End of the validity period for sending the newsletter. If not specified, the period will be indefinite.
    • Sending Time (hour, required field) : The time to send the newsletter.
    • Type (integer, required field) : The frequency of sending the newsletter, which can be "Daily", "Weekly" or "Monthly".
    • Day of the Week (integer) : The day of the week for weekly schedules.
    • Day of the Month (integer) : The day of the month for monthly schedules.

    Permissions

    • Manage: Allows management of the models, categories, schedules, and subscriptions of the service instance.

    Actions

    • Add Scheduling : Saves the scheduling by creating a new entry.
    ```