The NotifyWorkers
operation sends an e-mail to one or more
Workers that you specify with the Worker ID.
You can specifiy up to 100 Worker IDs to send the same message with a single call to
the NotifyWorkers
operation.
The NotifyWorkers
operation accepts parameters common to all
operations. Some common parameters are required. See Common Parameters for more
information.
The following parameters are specific to the NotifyWorkers
operation:
Name | Description | Required |
---|---|---|
|
The name of the operation Type: String Valid Values: NotifyWorkers Default: None |
Yes |
|
The subject line of the e-mail message to send. Type: String Default: None Constraints: can include upto 200 characters. |
Yes |
|
The text of the e-mail message to send Type: String Default: None Constraints: can include up to 4,096 characters |
Yes |
|
The ID of the Worker to notify, as returned by the GetAssignmentsForHIT operation. Type: String Default: None Constraints: You can repeat this parameter up to 100 times to notify multiple Workers. |
Yes |
A successful request for the NotifyWorkers
operation returns
with no errors. The response includes the elements described in the following table. The
operation returns no other data.
Name | Description |
---|---|
|
Contains a |
The following example shows how to use the GetHITsForQualificationType
operation.
The following example sends an e-mail message to three Workers.
http://mechanicalturk.amazonaws.com/?Service=AWSMechanicalTurkRequester &AWSAccessKeyId=[the Requester's Access Key ID]
&Version=2008-08-02 &Operation=NotifyWorkers &Signature=[signature for this request]
&Timestamp=[your system's local time]
&Subject=Thank%20you &MessageText=Hello!%20Just%20wanted%20to%20say%20thank%20you... &WorkerId.1=AZ3123EXAMPLE &WorkerId.2=AZ3456EXAMPLE &WorkerId.3=AZ3789EXAMPLE
The following is an example response.
<NotifyWorkersResult> <Request> <IsValid>True</IsValid> </Request> </NotifyWorkersResult>