TaskAssignmentNotificationService
Class responsible for sending mails with notifications about task assignment.
Endpoint Metadata
- Namespace: http://opencase.extend.com/workflowservice/webservices/taskassignmentnotification
- Endpoint Name: TaskAssignmentNotificationWebService
- Endpoint Address: http(s)://{VMS URL}/WorkflowService/webservices/task-assignment-notification
The following methods are available on this endpoint:
notifyByEmail
Sends notification mail about task assigned on specified emailAddresses.
Input Parameters
name | type | description |
---|---|---|
emailAddresses | list | - email addresses on which notification should be send |
assignee | string | - user or role on which task assigned |
taskId | string | - assigned task id |
instruction | string | Instructions for task. |