Different Email Signatures for Different Weekdays
complete
Philippe Lehoux
complete
See https://missiveapp.com/blog/how-to-create-a-dynamic-email-signature
Laura Soar
Hi! I think you can do this:
{% assign today = "now" | date: "%A" %}
{% if today == "Friday" %}Have a great weekend!{% endif %}
Ari Gunzburg
Laura Soar: Wait a minute - Missive does code like this? Is this smarty templates or something else?
Rafael Masson
Ari Gunzburg: This is the Liquid templating language from Shopify: https://shopify.github.io/liquid/
Laura Soar
Ari Gunzburg: Here's the Missive team's very useful guide and list of variables: https://missiveapp.com/features/responses/variables