I’m using a transactional email (Save for single-send API). Here I want to set a subject line with custom values.
for example, subject line is: Hello {{ personalization_token(“contact.firstname”, “”) }}, Would you like to join our group {{group_name}} ?
this group_name is dynamic value and is coming from API call request body. Is there any provision to set this type of dynamic values?