Velocity token to populate link based on lead record value
I'm hoping I can use velocity to populate a link instead of using traditional segmentation or creating multiple versions of emails.
I have a link that I need to show, but the link is going to be reliant on the value in a certain field in the lead record.
The value I am using to populate the field is ${lead.creditCardPromoAmount}
What I need it to do is
If $lead.creditCardPromoAmount = 15,000 then display this unique url
elseIf $lead.creditCardPromoAmount = 7,500 then display this unique url
elseIf $lead.creditCardPromoAmount = 5,000 then display this unique url
elseIf $lead.creditCardPromoAmount = 2,500 then display this unique url
Those are the only possible values that members of this program will have.