You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #57424 [Mailer] [Infobip] Add trackClicks, trackOpens and trackingUrl as supp… (ndousson)
This PR was merged into the 7.2 branch.
Discussion
----------
[Mailer] [Infobip] Add trackClicks, trackOpens and trackingUrl as supp…
| Q | A
| ------------- | ---
| Branch? | 7.2
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| License | MIT
| Doc PR | symfony/symfony-docs#xxxxxxxx # TODO
# 📍 Context
This PR add three headers to configure Infobip email tracking with API V3.
# ➕ New feature
New payload attribute was added allowing end users to configure tracking.
| Attribute | Type | Description |
| --- | --- | --- |
| X-Infobip-TrackingUrl | string | The URL on your callback server on which the open and click notifications will be sent. |
| X-Infobip-TrackClicks | boolean | Enable or disable track click feature. |
| X-Infobip-TrackOpens | boolean | Enable or disable open click feature. |
Commits
-------
add289e [Mailer][Infobip] Add trackClicks, trackOpens and trackingUrl as supported payload properties
0 commit comments