Endpoint
Headers
Request body
string[]
required
Email addresses of the recipients. Must match users registered in your NextKS organization. Maximum 50 entries.
string
required
The message text to send. Maximum 4000 characters. Supports markdown formatting — see Message formatting below.
string
An optional identifier from your system (e.g., ticket ID, deployment ID). Maximum 200 characters. Returned in status queries and callbacks for correlation. Only meaningful when used with
response_request.object
Include this field to send an interactive notification with response buttons. See Interactive Notifications for the full specification.
Response
Fire-and-forget (no response_request)
notification_id is a unique identifier for tracking this notification.
Interactive (with response_request)
callback_url, the response also includes a callback_secret for verifying callback signatures — see Callbacks.
request_id can be used to check response status.
Errors
Example
Message formatting
Themessage field supports markdown that renders natively on both Slack and Teams:
Links are automatically converted to each platform’s native format — standard markdown links work in both Slack and Teams.