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, string?, Guid?)

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

Parameters

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

Returns

Task