Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/connections/destinations/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,12 @@ Explanation:
* The `prepend: "+"` filter adds the `+` prefix.
* The `default` filter outputs an empty string if the phone number is missing.

#### Template Limitations
The following limitations are in place for security and performance reasons:
* Templates are limited to 1000 characters per function.
* Template evaluation is limited to 500 ms.
* Template memory usage is limited to 100MB.

## Conditions

> info ""
Expand Down