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
We can send transactional email to an array of recipient now. This is really useful to send notification after an event for example.
However I need to provide each recipient a dedicated unsubscribe link. A generic unsubscribe button would unsubscribe then from notification from other event.
To do this I would like to add a param for each target like : "to":[ { "email":"[email protected]", "name":"Jane Doe", "params": { "unsubscribe": "http://my.domain/api/notification/customTokenForJane", } ],
edited from :
Maybe I missed something but such a feature would be useful in my case.
Thanks