Logic in Signup Email Notification
I noticed that you can apply some logic in the signup email like...
{% if return_url %} Now that you're all signed up, head over to
{{return_url}}.
{% endif %}
Is it possible to use other keywords and logic to control the content that is returned in the email? For example could we evaluate if the "product_handle" was a certain value (like a certain plan) and then display different text...
{% if product_handle=base-plan %} Thanks for selecting our Base
plan. To configure your account visit {{return_url}}
{% endif %}
{% if product_handle=deluxe-plan %} Thanks for selecting our
Deluxe plan. To configure your account visit {{return_url}}
{% endif %}
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Lance W. - Chargify on 11 Mar, 2010 07:11 PM
Hi there,
I don't know if other logic is supported. I suspect that if there are additional possibilities, they would be included in the docs... the dev team is pretty good about updating docs as they update features.
But I will definitely mark this for the team to review tomorrow or early next week. They are huddled around a large set of features they're trying to push out this weekend or early next week.
Thanks.
--- Lance
Support Staff 3 Posted by Nathan Verni on 16 Mar, 2010 01:19 PM
contentrobot-
That logic is currently not supported. You should, however, be able to do:
Thanks for selecting our {(% product_name %}). To configure your account visit {{return_url}}
-Nathan
Support Staff 4 Posted by David H. - Chargify on 17 Mar, 2010 03:50 PM
If you are interested in us supporting this please add the request and vote at chargify.uservoice.com
David H. - Chargify resolved this discussion on 17 Mar, 2010 03:50 PM.