- property string $campaign_activity_id The ID (UUID) that uniquely identifies a campaign activity.
- property string $role The purpose of the individual campaign activity in the larger email campaign effort. Valid values are:
- primary_email — The main email marketing campaign that you send to contacts. The
primary_email
contains the complete email content. - permalink — A permanent link to a web accessible version of the
primary_email
content without any personalized email information. For example, permalinks do not contain any of the contact details that you add to theprimary_email
email content. - resend — An email campaign that you resend to contacts that did not open the email campaign. *
primary_email
and apermalink
role campaign activity when you create an email campaign. - primary_email — The main email marketing campaign that you send to contacts. The
CloneableInstantiable
Methods |
Properties |
protected static array $fields = ['campaign_activity_id' => 'string', 'role' => ['primary_email', 'permalink', 'resend']] |
Properties |
protected static array $fields = ['campaign_activity_id' => 'string', 'role' => ['primary_email', 'permalink', 'resend']] |