Logic in Signup Email Notification

contentrobot's Avatar

contentrobot

11 Mar, 2010 06:54 PM via web

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 %}

  1. Support Staff 2 Posted by Lance W. - Chargify on 11 Mar, 2010 07:11 PM

    Lance W. - Chargify's Avatar

    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

  2. Support Staff 3 Posted by Nathan Verni on 16 Mar, 2010 01:19 PM

    Nathan Verni's Avatar

    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

  3. Support Staff 4 Posted by David H. - Chargify on 17 Mar, 2010 03:50 PM

    David H. - Chargify's Avatar

    If you are interested in us supporting this please add the request and vote at chargify.uservoice.com

  4. David H. - Chargify resolved this discussion on 17 Mar, 2010 03:50 PM.

Comments are currently closed for this discussion. You can start a new one.