Add automated emails subjects to segments response
[MAILPOET-2352]
This commit is contained in:
committed by
Jack Kitterhing
parent
d43ae6d350
commit
dad381c74d
@ -58,6 +58,7 @@ class Segments extends APIEndpoint {
|
||||
|
||||
$data[] = $segment
|
||||
->withSubscribersCount()
|
||||
->withAutomatedEmailsSubjects()
|
||||
->asArray();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user