Cross information
Hi.
I have an app where I add the next service by client, but I need their phone number and e-mail to be imported from the clients app in order to make Globiflow send SMS and e-mails... how do I do that?
-
Hi Danny,
create 2 calculation fields, one for phone and one for e-mail:
In the phone field enter:
@All of client phone field.map(function (obj) { return obj.value}).join()in the e-mail field.
@All of client e-mail field.map(function (obj) { return obj.value}).join()Then in Globiflow use these 2 fields in the Send-SMS- and Send-E-Mail-Actions.
Rainer
Please sign in to leave a comment.
Comments
2 comments