# wp bp message send-notice

Send a notice.

## OPTIONS

--subject=&lt;subject&gt;
: Subject of the notice/message.

--content=&lt;content&gt;
: Content of the notice.

## EXAMPLE

    $ wp bp message send-notice --subject="Important notice" --content="We need to improve"
    Success: Notice was successfully sent.
