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>",
"inputType": "text",
"options": [
"<string>"
],
"promptTemplateId": "<string>",
"status": "pending",
"response": "<string>",
"originatorEmail": "<string>",
"originatorName": "<string>",
"chatId": "<string>",
"expiresAt": "<string>",
"createdAt": "<string>",
"respondedAt": "<string>"
}
}User
Respond to a human-input notification
Submits a response to a pending human-input notification. Accepts either
a plain string response (legacy) or a structured payload from VariableFillDialog.
The structured payload is preferred and includes multi-field values plus filled prompt 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>",
"inputType": "text",
"options": [
"<string>"
],
"promptTemplateId": "<string>",
"status": "pending",
"response": "<string>",
"originatorEmail": "<string>",
"originatorName": "<string>",
"chatId": "<string>",
"expiresAt": "<string>",
"createdAt": "<string>",
"respondedAt": "<string>"
}
}Authorizations
Azure AD access token obtained via MSAL
Path Parameters
Body
application/json
Was this page helpful?