ConvertKit-Specific Tags
Learn about ConvertKit's special Liquid variables and features
In this section, we'll explore the special variables and features that ConvertKit provides for Liquid templating.
Subscriber Data
ConvertKit provides access to various subscriber information:
Basic Subscriber Information
Tags and Custom Fields
Form and Sequence Tags
Form Information
Sequence Information
Date and Time
ConvertKit provides several date-related variables:
Practical Examples
Personalized Welcome Email
Dynamic Content Based on Custom Fields
Best Practices
- Always check if variables exist before using them
- Use meaningful custom field names
- Keep your Liquid code organized and commented
- Test your templates thoroughly
Next Steps
Ready to take your Liquid skills to the next level? Learn about advanced techniques including loops, filters, and more complex conditional logic.