rebuildArgsForResend()
Overview
public struct function rebuildArgsForResend(
required string template
, required string logId
, required struct originalArgs
)
Returns preview params (for use in replacing tokens in subject and body) for the given email template and recipient type.
Arguments
Name | Type | Required | Description |
---|---|---|---|
template | string | Yes | ID of the template of the email that is being prepared |
logId | string | Yes | ID of the email template log entry |
originalArgs | struct | Yes | The args originally used and stored in the template log |