Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks Jo, I use indeed Flowboost for exact this issue (and more).
ok, thanks for your reply. That is a pity as I would rather not use a webhook service when such a powerful tool as Velocity is available.
Hi all,I have a script token {{my.getdomain}} that splits an email address and retrieves the domain name in a variable:#set( $em = ${lead.Email} )#set( $dom = $em.split("@") )$!{dom[1]} However, with the 'add data value' flow step it adds into the field (string) webdomain:{"codeBlock":"#set( $em = $...
You can also create a Program member field 'subjectline', if you are allowed to do that. In the flow add the contact in step 1 as program member, then add the step 'change program member data' for the attribute subject line. And as data the subject line. In your email add the token in the subject fi...