Skip to main content
POST
/
user
/
notifications
/
{notificationId}
/
respond
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "notification": {
    "id": "<string>",
    "email": "<string>",
    "executionId": "<string>",
    "flowId": "<string>",
    "nodeId": "<string>",
    "prompt": "<string>",
    "options": [
      "<string>"
    ],
    "promptTemplateId": "<string>",
    "response": "<string>",
    "originatorEmail": "<string>",
    "originatorName": "<string>",
    "chatId": "<string>",
    "expiresAt": "<string>",
    "createdAt": "<string>",
    "respondedAt": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Azure AD access token obtained via MSAL

Path Parameters

notificationId
string
required

Body

application/json
response
string

Plain text response (simple path)

payload
HumanInputPayload · object

Structured payload submitted by VariableFillDialog or external form

Response

Response submitted

success
boolean
notification
UserNotification · object

In-app notification for human-input requests