I want to sent out an email to a specific list via the API, using a template. This is already working, but:
My templates has variables such as {{ intro_text }}, {{ offer_title }} etc.. Where do i supply this data? I cant find any information in the docs, and i tried adding it to attributes to both the campaign and the campaign-message. What am i missing?
Here is my api call as of now:
I created a campaign, and included the list id in audiences.
I have assigned a template via the /campaign-message-assign-template endpoint
I send out the campaign with the /campaign-send-jobs endpoint
Can you help?
Best regards,
Lars