Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NotifyWorkersRequest

import type { NotifyWorkersRequest } from "https://aws-api.deno.dev/v0.4/services/mturk.ts?docs=full";
interface NotifyWorkersRequest {
MessageText: string;
Subject: string;
WorkerIds: string[];
}

§Properties

§
MessageText: string
[src]

The text of the email message to send. Can include up to 4,096 characters

§
Subject: string
[src]

The subject line of the email message to send. Can include up to 200 characters.

§
WorkerIds: string[]
[src]

A list of Worker IDs you wish to notify. You can notify upto 100 Workers at a time.