Enables scripted content fragments to use Notification Types
Methods
Get
Gets a notification type
Velocity
#set($notificationTypeInfoResponse = $core_v2_notificationType.Get($notificationTypeId))
JavaScript
var notificationTypeInfoResponse = core_v2_notificationType.Get(notificationTypeId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
notificationTypeId | Guid | Notification Type Id | Required |
Returns
List
Lists notification types
Velocity
#set($apiListResponse = $core_v2_notificationType.List())
JavaScript
var apiListResponse = core_v2_notificationType.List();