createGroupNotification
FunctioncreateGroupNotification(requestOptions: ICreateGroupNotificationOptions): Promise<any>Create a group notification.
import { createGroupNotification } from '@esri/arcgis-rest-portal';
// send an email to an entire group
createGroupNotification({
authentication: ArcGISIdentityManager,
subject: "hello",
message: "world!",
id: groupId
})Parameters
| Parameter | Type | Notes |
|---|---|---|
request | ICreateGroupNotificationOptions | Options for the request |
Returns
Promise<any>A Promise that will resolve with the success/failure status of the request