Hello,
I am getting the following error : "api.mypurecloud.com:443 failed to respond" when I am trying to post a new flow version via API.
Do you know why this is happening?
Note: 2-3 days ago when I used it again, it was working fine.
Hello,
I am getting the following error : "api.mypurecloud.com:443 failed to respond" when I am trying to post a new flow version via API.
Do you know why this is happening?
Note: 2-3 days ago when I used it again, it was working fine.
Hello,
If you're doing nothing differently to last time then it could be a problem with the API. You can open a ticket with Care to investigate if the issue persists.
Ok, thank you!
Where do I go to open a ticket with Care?
Hello again,
I tried through Care but nothing...
Any idea why it stopped working?
I try to automate things in a wizard. The block of code is:
PostFlowVersionsRequest postFlowVersionsRequest = PostFlowVersionsRequest.builder().withFlowId(createdFlow.getId()).withBody(object).build(); architectApi.postFlowVersions(postFlowVersionsRequest);
and the broken code is the last line ( architectApi.postFlowVersions(postFlowVersionsRequest); ).
The problem is that last week it worked fine, but now it does not and this issue breaks an significant part of the implementation.
Thank you again.
Using that endpoint is bad idea. Configuring a flow version by hand is very complicated and not documented. The supported way of configuring your flows, if you don't want to use the UI, is to using the architect scripting sdk
https://mypurecloud.github.io/purecloud-flow-scripting-api-sdk-javascript/
or Archy
https://developer.mypurecloud.com/devapps/archy/index.html
Hello,
Yes, I know the other two ways, but my implementation of the wizard is based on this way. Architect scripting with js api and archy are more complicated and time consuming for my purpose. Please take a look here.
So we need to find a way to fix the broken command in java sdk.
Thank you
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.