- Модуль: sender
- Путь к файлу: ~/bitrix/modules/sender/lib/integration/sender/mail/consentbuildermail.php
- Класс: Bitrix\Sender\Integration\Sender\Mail\ConsentBuilderMail
- Вызов: ConsentBuilderMail::buildLinkApply
protected function buildLinkApply(): string
{
return static::buildLink([
'CODE' => $this->fields['CONTACT_CODE'] ?? '',
'CONTACT' => $this->fields['CONTACT_ID'] ?? '',
'RECIPIENT' => $this->fields['RECIPIENT_ID'] ?? '',
'POSTING' => $this->fields['POSTING_ID'] ?? '',
'CONSENT' => $this->fields['CONSENT_ID'] ?? '',
], $this->fields['SITE_ID'] ?? '', static::APPLY);
}