Is there a way to import a call flow that was previously exported using Purecloud Javascript SDK?
What SDK resource are you using to export the flow?
I didn't used any SDK in exporting the flow. I just used the Purecloud App.
This is a better question for the PureCloud Community or opening a case with PureCloud Care as your question is about base product configuration, not customization or API use.
Though I didn't used SDK in exporting the flow. I will be using Javascript SDK in importing the flow.
You can't import architect exports except via the UI.
If you're trying to do things programmatically with Architect, take a look at these resources:
Specifically, you'll want to check out the function ArchBaseFlow.importFromFileAsync
.
since you've mentioned the scripting SDK I also tried to work on that. However, it seems that it can't be integrated with browser side script. Is there a work around for that?
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.