SOLVED

Re: How to create constraint on program token

Go to solution
Kim_Gandy1
Level 7

How to create constraint on program token

How can I create a program token with a value dependent on the value of another field?

For example:     If email address contains "@abc.com," login URL (token) = "abc.com"

1 ACCEPTED SOLUTION

Accepted Solutions
Grégoire_Miche2
Level 10

Re: How to create constraint on program token

Hi Kim,

The only way to do this is with some velocity script tokens, but they will display in emails only.

Another alternative would be to do it a lead field, in which case you could use some webhooks platforms to populate the field.

-Greg

View solution in original post

1 REPLY 1
Grégoire_Miche2
Level 10

Re: How to create constraint on program token

Hi Kim,

The only way to do this is with some velocity script tokens, but they will display in emails only.

Another alternative would be to do it a lead field, in which case you could use some webhooks platforms to populate the field.

-Greg