Hi guys, we have no problem integrating the MindStudio API into our web apps.
However, we are experiencing numerous difficulties and constant errors trying to integrate MindStudio with the Bullhorn API.
I have lots of documentation resources for that, but to summarize, here is the picture of what the flow looks like.
Here is my agent ID: 4e74daad-0c39-4268-aece-39be2ee0cb6b
I constantly get an error that says that my variables (Global) are not set and that I need to use a set variable block:
Bullhorn authentication failed: Missing credentials. Ensure a “Set Variables” block passes BH_CLIENT_ID, BH_CLIENT_SECRET, BH_USERNAME, and BH_PASSWORD.
We know there is no set variable block within MindStudio.
I have been exploring this integration for weeks with no success. My colleague suggested that perhaps there is an error in the workflow that we cannot identify or there is a bug. Can you please review and let me know?
Here is the proper authentication flow:
I have a custom “set variables” JavaScript function working now.
However, in order to run the separate custom JavaScript authentication function, I need to use the virtual machine in order to load other packages.
However, when I set the configuration to use virtual machine and publish it, it automatically returns to sandbox, which is causing issues unless I notice that that change has happened and ensure that what I’m doing my testing in the right environment.
Is this normal behavior or is this a bug?
Hi @StilMan25,
Thanks for the post and the details.
The Virtual Machine environment configuration shouldn’t change after publishing for existing functions. Could you record this behavior using the link below?
It would also help if you could open your browser’s Console while recording so we can see what’s happening.
Hey Alex, I missed this… but the situation has resolved since our conversation. I did hear from others that they were getting the same behaviour though.
Thx