Hi,
I am going to use MailWizz to send articles based on users' interests using JSON. I have my own script which generates JSON with the right articles for each user.
The script selects 8 best matching articles for the user. The email subject should be the title of the first article.
Right now, I use something like that in the subject:
[JSON_FEED_BEGIN url='[URL]http://domain/script-json.php?user=[SUBSCRIBER_UID]'][JSON_FEED_ITEM_TITLE][JSON_FEED_END[/URL]]
In the newsletter, I am calling again the JSON script:
[JSON_FEED_BEGIN url='[URL]http://domain/script-json.php?user=[SUBSCRIBER_UID][/URL]' count='8']
Is is possible to achieve that without calling the JSON twice (once in the subject field and once in the newsletter)?
I am going to use MailWizz to send articles based on users' interests using JSON. I have my own script which generates JSON with the right articles for each user.
The script selects 8 best matching articles for the user. The email subject should be the title of the first article.
Right now, I use something like that in the subject:
[JSON_FEED_BEGIN url='[URL]http://domain/script-json.php?user=[SUBSCRIBER_UID]'][JSON_FEED_ITEM_TITLE][JSON_FEED_END[/URL]]
In the newsletter, I am calling again the JSON script:
[JSON_FEED_BEGIN url='[URL]http://domain/script-json.php?user=[SUBSCRIBER_UID][/URL]' count='8']
Is is possible to achieve that without calling the JSON twice (once in the subject field and once in the newsletter)?