A dataframe containing details of the Notification and whether or not the request was successfully executed by MTurk.
Details
Configure a notification to be sent to the requester whenever an event (specified in the Notification object) occurs. This is useful for receiving email notifications about, for example, when assignments are submitted or HITs are completed.
Note: The API operation underlying SetHITTypeNotification and SendTestEventNotification has been deprecated by Amazon is not receiving ongoing development, but remains available for backward compatibility.
setnotification() is an alias.
a <- GenerateNotification("requester@example.com",event.type="HITExpired")
SetHITTypeNotification(hit.type="2FFNCWYB49F9BBJWA4SJUNST5OFSOW",notification=a,active=TRUE)