INotificationsApiSend Method

GF API Documentation
Send notification message to all users subscribed to the given channel.

Namespace:  GF.Api.Messaging.Notifications
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

void Send(
	string message,
	ChannelID notificationChannelID
)

Parameters

message
Type: SystemString
Notification content
notificationChannelID
Type: GF.Api.Messaging.NotificationsChannelID
Channel to send notification to
Remarks

User must have channel write privileges.
See Also

Reference