We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a80c8b commit 2d93554Copy full SHA for 2d93554
src/connections/destinations/actions.md
@@ -390,6 +390,12 @@ Explanation:
390
* The `prepend: "+"` filter adds the `+` prefix.
391
* The `default` filter outputs an empty string if the phone number is missing.
392
393
+#### Template Limitations
394
+The following limitations are in place for security and performance reasons:
395
+* Templates are limited to 1000 characters per function.
396
+* Template evaluation is limited to 500 ms.
397
+* Template memory usage is limited to 100MB.
398
+
399
## Conditions
400
401
> info ""
0 commit comments