Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add placeholders for Title and PreHeaderText #141

Open
b0rt opened this issue Jun 9, 2021 · 2 comments
Open

Add placeholders for Title and PreHeaderText #141

b0rt opened this issue Jun 9, 2021 · 2 comments

Comments

@b0rt
Copy link

b0rt commented Jun 9, 2021

for now 'only' some placeholders are available

https://sendportal.io/docs/v2/features/templates

    {{email}} – The subscriber's email
    {{first_name}} – The subscriber's first name (if set)
    {{last_name}} – The subscriber's last name (if set)
    {{unsubscribe_url}} – A URL generated to allow the subscriber to unsubscribe
    {{webview_url}} – A URL generated to allow the subscriber to view the message in a web view

as per my reserach a lot of email templates contain sections like

  • title
  • preheader-text

Pre Header

Email preheader is the summary text that follows a subject line when the email is viewed in an inbox. In many cases, it’s used to provide a short summary of the email, and is typically one sentence long.

https://www.campaignmonitor.com/resources/glossary/email-preheader/

title

Is it useful to have a <title> in the email templat?

only for 'view in browser' as per this litmus thread

@b0rt b0rt changed the title add placholders for Title and PreHeaderText Add placeholders for Title and PreHeaderText Jun 9, 2021
@JonoB
Copy link
Contributor

JonoB commented Jul 5, 2021

Happy to accept a PR for this!

@HeadStudios
Copy link

Would be great for any references to the code where placeholders are processed so I could create a custom placeholder for prospect's email (so I could use it in a custom link for a prospect to 'opt-in')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants