Email Script Question
I'm looking to use an email script to set a url based on a SFDC custom object which would contain the eventdate and eventname. Below is what I'm looking to do.
For the event custom object
if the eventDate is today and eventName is conference then insert url A
if the eventDate is today and eventName is meeting then insert url B
Else insert url C
Seems so simple and I'm sure this is something that can be done but I'm not sure where to start. Have you implemented something similar?