Skip to content

Commit

Permalink
Support the unique_proxy_open event
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhj authored Aug 16, 2024
1 parent 58080e5 commit d86de15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RemoteEvent/BrevoPayloadConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public function convert(array $payload): AbstractMailerEvent
'unique_opened' => MailerEngagementEvent::OPEN,
'opened' => MailerEngagementEvent::OPEN,
'proxy_open' => MailerEngagementEvent::OPEN,
'unique_proxy_open' => MailerEngagementEvent::OPEN,
'complaint' => MailerEngagementEvent::SPAM,
default => throw new ParseException(sprintf('Unsupported event "%s".', $payload['event'])),
};
Expand Down

0 comments on commit d86de15

Please sign in to comment.