Page 1 of 1

REST call ?

Posted: Thu Oct 12, 2017 10:13 am
by jverweij
I want to add information about my IVR application into a REST call. Is there any way to reference information about the application in javascript? For example, all or some of the application name, application id, revision, deployment id, etc?

Re: REST call ?

Posted: Fri Oct 13, 2017 9:48 am
by support
We recommend setting up those variables at the beginning of your call flow with the "Set Variable" module, however each time you save a revision or create a different deployment, you would have to update those variables manually.

If you are queueing outbound calls via API, you could send the application and deployment IDs as metadata instead.