% for item in newsletter['config_options']:
% if item['input_type'] == 'help':
% elif item['input_type'] == 'text' or item['input_type'] == 'password':
% elif item['input_type'] == 'number':
% elif item['input_type'] == 'button':
% elif item['input_type'] == 'checkbox':
% elif item['input_type'] == 'select':
% elif item['input_type'] == 'selectize':
% endif
% endfor
% for item in newsletter['email_config_options']:
% if item['input_type'] == 'help':
% elif item['input_type'] == 'text' or item['input_type'] == 'password':
% elif item['input_type'] == 'number':
% elif item['input_type'] == 'button':
% elif item['input_type'] == 'checkbox' and item['name'] != 'newsletter_email_html_support':
% elif item['input_type'] == 'select':
% elif item['input_type'] == 'selectize':
% endif
% endfor
Set the custom formatted text for each type of notification.
Click here for a list of available parameters which can be used.
You can also add text modifiers to change the case or slice parameters with a list of items.
Click here to view usage information.
Enter a custom body line for the newsletter notification. Leave blank for default.
Preview the ${newsletter['agent_label']} newsletter.
Test if the ${newsletter['agent_label']} newsletter is working. Check the logs for troubleshooting.
Warning: This will send an actual newsletter to your notification agent!