Overview
public void function markAsSent(
required string id
, string templateId = ""
)
Marks the given email as sent
Arguments
Name | Type | Required | Description |
---|
id | string | Yes | ID of the email to mark as sent |
templateId | string | No (default="") | ID of the email template |