Hello,
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":"jane@example.com", "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
Hello,
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":"jane@example.com", "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