Skip to main content

Send a Freeform Notification

Last updated on

Use the following function to send a freeform notification:

err := notificationService.FreeFormNotification(input)
if err != nil {
return err
}
return nil