Valstorm LogoDev

alerts Endpoints

All endpoints for the alerts API group. Great for feeding into an LLM context.

POST

/v1/alerts/email

Send Email

Request Body
{
  "content": {
    "application/json": {
      "schema": {
        "$ref": "#/components/schemas/EmailTemplate"
      }
    }
  },
  "required": true
}
Responses
200
Successful Response
application/json
{}
404
Not found
422
Validation Error
application/json
{
  "$ref": "#/components/schemas/HTTPValidationError"
}
API Runner