cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a limit to custom email token content string length?

Former Member
0 Kudos

Hello experts,

When calling custom email message templates from BeanShell scripts, is there a maximum string length that can be used in each token?

Thanks in advance.


Mike

PS I've searched a lot of documentation for this answer. Not sure if there is no limit or I'm simply overlooking it...

Accepted Solutions (1)

Accepted Solutions (1)

former_member190023
Contributor
0 Kudos

Hello Michael,

1. From application side there is no limitation on the length of the tokens.

but

2. From DB side, all tokens are stored in a single column with length 2000 char. Each token identifier is taking 8 characters; so you are left with:

- 1960 characters = combined length of all token values.

Regards,

Bogdan

Former Member
0 Kudos

Bogdan,

Makes perfect sense. I really appreciate your response.

Mike

Answers (0)