createGroupNotification

createGroupNotification

Function
createGroupNotification(requestOptionsICreateGroupNotificationOptions): Promise<any>

Create a group notification.

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
import { createGroupNotification } from '@esri/arcgis-rest-portal';
// send an email to an entire group
createGroupNotification({
  authentication: ArcGISIdentityManager,
  subject: "hello",
  message: "world!",
  id: groupId
})
Parameters
ParameterTypeNotes
requestOptions
ICreateGroupNotificationOptions

Options for the request

Returns 
Promise<any>

A Promise that will resolve with the success/failure status of the request

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.