Interface NotificationTemplate


public interface NotificationTemplate
Represents a pre-configured notification template, which is ideal for sending translated, multi-language notifications. An instance is created via NotificationService.newNotificationTemplate() and sent using NotificationService.send(NotificationParameters, NotificationTemplate).

Templates support custom tokens, which can be populated using either setTokenValue(String, String) for simple cases or setTokenResolver(Consumer) for advanced, dynamic resolution based on language. Learn more about tokens in com.veeva.vault.sdk.api.notification.