Description
Messaging
Blockers
- Need to confirm with @raquelmsmith that all the events are correctly set up
- The design (especially on the Hogstradamus section) could do with some @corywatilo love. May be a nice opportunity to move to the proposed new email designs? Feel strongly that this would be a big and impactful change for a lot of users.
Pitch
Continuing from the hackathon: @raquelmsmith's idea is to have a weekly digest of certain events sent to all users. We've set up the intrumentation for this, and the messaging is broadly done. I've also added this to the new product notifications subscription tag, so users can unsubscribe from this if they don't want it.
The goal, broadly, is to encourage more feature usage and log ins. So, I'd propose adding it to a hold-out test where 50% of users would get the email and 50% won't. We'll then monitor as a success metric if users log in more and activate with more products.
What I was trying to do with the Hogstradamus section was mockup something like this, but it... is shit.
Here's a peek of what the code looks like for each section:
Last week your team made {% if event.new_dashboards_in_last_7_days %}{% if event.new_dashboards_in_last_7_days > 1 %}<a href="https://us.posthog.com/dashboard" target="_blank" style="color: #f54e00;">{{ event.new_dashboards_in_last_7_days }}</a> dashboards{% elsif event.new_dashboards_in_last_7_days == 1 %}<a href="https://us.posthog.com/dashboard" target="_blank" style="color: #f54e00;">1</a> dashboard{% elsif event.new_dashboards_in_last_7_days < 1 %}no new dashboards{% endif %}{% else %}<a href="https://us.posthog.com/dashboard" target="_blank" style="color: #f54e00;">some new dashboards</a>{% endif %} and {% if event.new_event_definitions_in_last_7_days %}{% if event.new_event_definitions_in_last_7_days > 1 %}<a href="https://us.posthog.com/data-management/events" target="_blank" style="color: #f54e00;">{{ event.new_event_definitions_in_last_7_days }} new events</a> {% elsif event.new_event_definitions_in_last_7_days == 1 %}<a href="https://us.posthog.com/data-management/events" target="_blank" style="color: #f54e00;">1 new event</a> {% elsif event.new_event_definitions_in_last_7_days < 1 %}no new events{% endif %}{% else %}<a href="https://us.posthog.com/data-management/events" target="_blank" style="color: #f54e00;">some new events</a>{% endif %}. Check out our templates for more ideas.
And here's how it looks with the fallback error copy: