Skip to content
DocsTry Aspire
DocsTry

SendBatchEmailsRequest Properties

ClassProperties7 members
Represents the SendBatchEmailsRequest payload.
DryRunSection titled DryRunnullablebool?
Gets or sets the dry_run query parameter.
public bool? DryRun { get; set; }
FromSection titled Fromnullablestring?
Gets or sets from.
public string? From { get; set; }
LanguageSection titled Languagenullablestring?
Gets or sets language.
public string? Language { get; set; }
Gets or sets recipients.
public IReadOnlyList<SendBatchEmailsRequestRecipientsItem> Recipients { get; set; }
TemplateSection titled Templatenullablestring?
Gets or sets template.
public string? Template { get; set; }
TemplateIdSection titled TemplateIdnullableint?
Gets or sets template_id.
public int? TemplateId { get; set; }
Gets or sets unsubscribe.
public SendBatchEmailsRequestUnsubscribe? Unsubscribe { get; set; }