You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@acogoluegnes is there a library that handles such template functions or we'd have to effectively develop a tiny templating language ourselves? In the latter case this probably shouldn't be labeled with effort-low :)
From the mailing list.
Payload for published messages could be based on one or several template files that would contain placeholders to make the content dynamic, e.g.:
Other candidate "functions" in placeholder could be
sequence
,random
(not an UUID, just a random, 10-character long string).Functions could accept arguments, e.g.
${random(length:16, cache:50)}
.The text was updated successfully, but these errors were encountered: