insertClickTrackingLinks()
Overview
public string function insertClickTrackingLinks(
required string messageId
, required string messageHtml
)
converts links in html email to tracking links, Returns the HTML with the inserted tracking links.
Arguments
Name | Type | Required | Description |
---|---|---|---|
messageId | string | Yes | ID of the message (log id) |
messageHtml | string | Yes | HTML content of the message |