Hello guys.
I was wondering how can I send unsubscribe links with emails I send with the API (create conversation) I've tried few things:
- Add {{ unsubscribe_link }} to the email but I got back an error: "there is no variable called 'unsubscribe_link'"
- Create the unsubscribe link myself but I noticed that in order to do so I most modify the conversation id, and unfortunately I only manage to get it after I send the message.
- Change template - tried to create a custom template with the unsubscribe button but it seems like the create message API doesn't support any other template besides "plain" and "personal".
- Add unsubscribe button to all mails by default - couldn't find any setting like this
Â
Any suggestions?
Best, Tomer.