# Send **POST /v1/messages/send** Send Message ## Servers - Development Server: https://api-dev.classmanager.io (Development Server) - Localhost: https://localhost (Localhost) - Local (Valet): https://classmanager.test (Local (Valet)) - Staging Server: https://api-stage.classmanager.io (Staging Server) - Production Server: https://api.classmanager.io (Production Server) ## Parameters ### Body: application/json (object) Request for creating or updating a message. - **id** (string | null) Message ID (for updating only) - **subject** (string) Subject - **body** (string) Body - **recipientIds** (array[string]) List of contact IDs - **attachments** (array[string]) List of attachment paths ## Responses ### 403 Not authorized #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception ### 404 Not found #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception ### 204 Successful operation with no content [Powered by Bump.sh](https://bump.sh)