From 0e46bc42bb3390a6e35e1039319534fea20335cc Mon Sep 17 00:00:00 2001 From: Danny Simms <103758200+GreyNewfie@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:13:30 -0330 Subject: [PATCH] Add merge tags size limit to docs Add a Size Limit section to the mergetags.md documentation to provide the user with the recommended size restriction for merge tags used in the body of a notification. --- docs/features/mergetags.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/features/mergetags.md b/docs/features/mergetags.md index 15eea5c..4300177 100644 --- a/docs/features/mergetags.md +++ b/docs/features/mergetags.md @@ -63,6 +63,10 @@ Some of the most valuable filters are: [List of all filters and their references](https://liquidjs.com/filters/overview.html) +## Size Limit + +When using parameters (merge tags) in the body of your notifications, it is recommended that the size of the combined parameters not exceed 80 KB. Exceeding this limit may result in delivery failure, or an API error. + ## Conditional Logic (if, else) You can use conditional logic to show or hide content based on the data passed in.