Question
Can we increase the limit of 5 Liquid templates per mapping (subscription) in Segment?
Product
Twilio Segment
Environment
Segment Console
Answer
No, there is currently no way to increase the hard limit of 5 Liquid templates per mapping (subscription) for individual customers or workspaces.
This restriction is an intentional system guardrail designed to protect pipeline performance and system reliability. Because Liquid templates are significantly more resource-intensive to process than standard mapping functions, enforcing this limit prevents latency spikes caused by complex templating.
Additional Information
Alternative Functions: If you need to modify multiple fields, consider using an Insert Function as an alternative to applying individual Liquid logic to each mapping.
Upstream Processing: For advanced transformations requiring extensive conditional logic beyond the limit, perform the data manipulation upstream in your source codebase or data warehouse prior to sending the event payload to Segment.