Hi , I want to send notification to multiple email addresses from Call studio Application. I want to read the config file for email addresses ( I do that in Call start class). How do I create session data of type ResultSetList as required by the element configuration ??.
Any hint on this much appreciated.
Thanks,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The ResultSetList is created when using the Studio Database element with
the Setting named Type set to the value: Multiple. So you'll have to
have a DB with a column of email addresses. Use the DB element to select
the email addresses (with type Multiple) - and specify to store the
result into a session variable. Then supply the name of that session
variable to the Email element.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.