Personalized Content
Daisychain allows you to customize your text messages with personalized and dynamic content.
Last updated
Hey {{ person.first_name }}!
{% if person.volunteer_availability == "Weekends" %}
We have a canvassing shift this Saturday. Can you join us?
{% else %}
We have a phone banking shift this Wednesday evening. Can you join us?
{% endif %}| default:"default here"{{ person.first_name | default:"Friend" }}{% if person.primary_address and person.primary_address.region %}
{{ person.primary_address.region_data.name }}
{% else %}
Your State
{% endif %}