Meet CybrIQ at InfoComm 2026 · Booth C5052 · June 13–19 · Las Vegas · Pre-book a working session →
API Documentation · Mail

Mail

Email-send and notification endpoints. 2 endpoints.

POST /prime/webui/emailNotification/SendMail

Send mail

Send mail. Use this to create data.

curl example
curl -X POST 'https://<host>/prime/webui/emailNotification/SendMail' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json' \
-d '{"$ref":"#/components/schemas/SmtpMailDto"}'
OpenAPI spec
"post": {
               "tags": [
                  "Mail"
               ],
               "summary": "Send mail",
               "requestBody": {
                  "content": {
                    "application/json -patch+json": {
                       "schema": {
                         "$ref": "#/components/schemas/SmtpMailDto"
                       }
                    },
                    "application/json": {
                       "schema": {
                         "$ref": "#/components/schemas/SmtpMailDto"
                       }
                    },
                    "text/json": {
                       "schema": {
                         "$ref": "#/components/schemas/SmtpMailDto"
                       }
                    },
                    "application/*+json": {
                       "schema": {
                         "$ref": "#/components/schemas/SmtpMailDto"
                       }
                    }
                  }
               },
               "responses": {
                  "200": {
                    "description": "Success"
                  }
               }
             }
POST /prime/webui/emailNotification

Set pending email notification

Set pending email notification. Use this to create data.

curl example
curl -X POST 'https://<host>/prime/webui/emailNotification' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json' \
-d '{}'
Patented Device DNA™ SOC 2 Type II aligned NDAA 889 aligned Engineered for the AV channel InfoComm 2026 · Booth C5052