listMissingParams()
Overview
public array function listMissingParams(
required string template
, required string content
)
Returns an array of required email params that are missing from the given content.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| template | string | Yes | ID of the template to check against |
| content | string | Yes | Text content to check |