getUnsubscribeLink()
Overview
public string function getUnsubscribeLink(
required string recipientType
, required string recipientId
, required string templateId
)
Returns and unsubscribe link for the given recipient and template ID
Arguments
Name | Type | Required | Description |
---|---|---|---|
recipientType | string | Yes | The ID of the recipient type whose link we will get |
recipientId | string | Yes | ID of the recipient of the email |
templateId | string | Yes | ID of the email template |