createOrgNotification
createOrgNotification
FunctioncreateOrgNotification(options: ICreateOrgNotificationOptions): Promise<ICreateOrgNotificationResult>
Send a notification to members of the requesting user's org. Operation success will be indicated by a flag on the return object. If there are any errors, they will be placed in an errors array on the return object
Parameters
Parameter | Type | Notes |
---|---|---|
options | ICreateOrgNotificationOptions |
Returns
Promise<ICreateOrgNotificationResult>