clickLinkIsValid()
Overview
public boolean function clickLinkIsValid(
required string link
, required string messageId
)
Security check on incoming links for link tracking. Block links that are not authorized. This is to prevent malicious manipulation of link tracking URLs from damaging reputation of the website.
Arguments
Name | Type | Required | Description |
---|---|---|---|
link | string | Yes | The link to check |
messageId | string | Yes | The ID of the send log message used to check against the content of the email to send |