Table of Contents

Interface INotificationsClient

Namespace
KadicAuth.Application.Auth.Abstractions
Assembly
KadicAuth.Application.dll
public interface INotificationsClient

Methods

SendGlobalTemplateEmailAsync(string, IEnumerable<string>, IEnumerable<string>?, Dictionary<string, object>, Guid, bool, DateTimeOffset?, CancellationToken)

Task SendGlobalTemplateEmailAsync(string templateCode, IEnumerable<string> to, IEnumerable<string>? cc, Dictionary<string, object> data, Guid channelId, bool sendNow = true, DateTimeOffset? scheduledFor = null, CancellationToken cancellationToken = default)

Parameters

templateCode string
to IEnumerable<string>
cc IEnumerable<string>
data Dictionary<string, object>
channelId Guid
sendNow bool
scheduledFor DateTimeOffset?
cancellationToken CancellationToken

Returns

Task