cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1205
Views
0
Helpful
1
Replies

How to configure Call studio email element.

r.boloor.rao
Level 1
Level 1

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,

1 Accepted Solution

Accepted Solutions

janinegraves
Spotlight
Spotlight

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.

View solution in original post

1 Reply 1

janinegraves
Spotlight
Spotlight

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.