notification:notify($root as xs:string, $instance as element(), $status as xs:string, $response as element(), $attachment as element()?) as item()*
$root | $root |
$instance | $instance |
$status | $status |
$response | $response |
$attachment? | $attachment? |
notification:send-email($receiver as xs:string, $subject as xs:string, $data as node()*, $settings as element(), $attachment as element()?) as item()*
$receiver | $receiver |
$subject | $subject |
$data* | $data* |
$settings | $settings |
$attachment? | $attachment? |