You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, the template only received one variable: {{ message_content }}, but it would be good to have other variables as:
{{ message_content }} - The full content of a broadcast or sequence message {{ address }} - Your company's address, as set in your account settings {{ unsubscribe_url }} - Unsubscribe URL (use to customize the link text) {{ subscriber_preferences_url }} - Update Subscriber Preferences URL (use to customize the link text) {{ subscriber.first_name }} - The first name of the subscriber {{ subscriber.email_address }} - The email address of the subscriber
The text was updated successfully, but these errors were encountered:
For now, the template only received one variable:
{{ message_content }}
, but it would be good to have other variables as:{{ message_content }}
- The full content of a broadcast or sequence message{{ address }}
- Your company's address, as set in your account settings{{ unsubscribe_url }}
- Unsubscribe URL (use to customize the link text){{ subscriber_preferences_url }}
- Update Subscriber Preferences URL (use to customize the link text){{ subscriber.first_name }}
- The first name of the subscriber{{ subscriber.email_address }}
- The email address of the subscriberThe text was updated successfully, but these errors were encountered: