Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dittofeed.com/llms.txt

Use this file to discover all available pages before exploring further.

Templates are used to render the messages which get sent to users. Messages are rendered with the liquid templating language, using user properties to render values.
<body>
    Hey {{ user.firstName | default: "there" }}
</body>
Journey message nodes are configured with templates.

Template Types

One template type is provider per channel.

Presets

Dittofeed’s templates come with built-in preset tags and filters, viewable here. These serve as useful utility functions for rendering messages.