Ideally I’d like the user to be able to use their own information that they submit into their profile, so that when they click to utilize a function, it calls the API with their own API key.
I understand that, but it needs to be a variable because it will need to work for any/all users that want to use that function.
It can’t be static, it defeats the purpose of letting users use their own API keys.
The ideal situation would be that users put their own API keys into their profile, which is then stored in our database, and then we can call that when they execute a function that requires an API key.
So I go to the workflow, when the button to execute the call is clicked, I go to the specific API call, but the only option it’s giving me is the prompt itself.
Which is this:
How do I get it to place it into the header of the API Call and not into the body?