{% extends "email/base.html" %} {% block heading %}Got 5 minutes to chat?{% endblock %} {% block section %}

Hey {{ user_name }},

{% if invite_message %}

{{ invite_message|linebreaksbr }}

{% else %}

We're researching {{ topic }} and your perspective would be really valuable. Got 5–10 minutes for a quick voice conversation?

It's a casual call with an AI interviewer — not a sales call, just research. You can do it whenever's convenient in the next few days.

{% endif %}

Start the interview

Or paste this link into your browser: {{ interview_url }}

Thanks!
The PostHog team

{% endblock %}