VoiceGuide IVR Software Main Page
Jump to content

Cannot Change Email Subject Line

Recommended Posts

Hello,

 

I would like to change the email subject line and name but when I change it in the VM screen, it will not save. It seems to be just pulling it from a file. Can I change this?

 

Thanks

Share this post


Link to post

That was the problem. Working now. Thanks.

 

I want to add a result variable to the subject line called "4DigitCode". I want it to display the 4 digits when I receive it on my cell phone as a text message. How can I do this?

Share this post


Link to post

Just add the relevant Result Variables to that Subject line...

 

If all 4 digits are captured in module "Get4Digits" then the Result Variable to add to the line would be:

 

$RV[Get4Digits]

 

and if 3 digits are captured in one module and 1 in another (which from memory is what I think you are doing.) then you want to add something like this:

 

$RV[AskForFirstDigit]$RV[/$RV[Get3Digits]

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×