EmailSequenceEmail
extends Model
in package
uses
HasFactory
Table of Contents
Properties
Methods
- buildLink() : mixed
- http://localhost:2202/_/email/1-2/open?to=http%3A%2F%2Flocalhost%3A2202%3Futm_campaign%3Dtesting_campaign%26utm_content%3Dclick+here
- emailSequence() : mixed
- getBody() : mixed
- getDelaySendConfigurationHandler() : mixed
- getOpensCountAttribute() : mixed
- getSubject() : mixed
- getUnsubscribeCountAttribute() : mixed
- linkClicks() : mixed
- sentEmails() : mixed
Properties
$casts
protected
mixed
$casts
= ['delay_send_config' => 'array']
$fillable
protected
mixed
$fillable
= ['email_sequence_id', 'subject', 'body', 'delay_send_config']
Methods
buildLink()
http://localhost:2202/_/email/1-2/open?to=http%3A%2F%2Flocalhost%3A2202%3Futm_campaign%3Dtesting_campaign%26utm_content%3Dclick+here
public
buildLink(mixed $linkedTo) : mixed
Parameters
- $linkedTo : mixed
emailSequence()
public
emailSequence() : mixed
getBody()
public
getBody(Contact $contact) : mixed
Parameters
- $contact : Contact
getDelaySendConfigurationHandler()
public
getDelaySendConfigurationHandler() : mixed
getOpensCountAttribute()
public
getOpensCountAttribute() : mixed
getSubject()
public
getSubject(Contact $contact) : mixed
Parameters
- $contact : Contact
getUnsubscribeCountAttribute()
public
getUnsubscribeCountAttribute() : mixed
linkClicks()
public
linkClicks() : mixed
sentEmails()
public
sentEmails() : mixed