API Runner
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
200Successful Response
application/json
{}404Not found
422Validation Error
application/json
{
"$ref": "#/components/schemas/HTTPValidationError"
}