You'll need to escape special characters within those strings if you intend to map them in this manner. Characters such as double quotes and newline...
Additionally, because you're utilizing the app's universal module, the connection inherently includes the authorization headers. It's advisable not to...
Why are you placing forward slashes before each double quote? "
The subsequent issue, as indicated by the following error message: You entered an Absolute (full) URL in the URL field. If you read the descriptio...
You are including { } around your auth key, which is incorrect. Delete the curly brackets. It should look like this: Bearer TOKEN_GOES_HERE Fo...
The file IDs are contained within an array. When you encounter an array, utilize an Iterator module. Subsequently, you'll need to employ the Make an...
Welcome to the callin.io community! You haven’t shown us how your scenario looks like, and also providing the Output bundle exports (instead of scre...
Alberto.Cabas.Vidani: I have to buy credits to make this work, there’s no way to connect callin.io to my ChatGPT Plus plan, correct? This is cor...
Welcome to the callin.io community! Sure, this is definitely achievable. I would suggest completing the callin.io Academy before diving into build...
I believe the Create JSON node with the file_id might be redundant. You should be able to directly input this into the OpenAI API module: { "file...
Mit: Hope this helps. I had wished someone told me about all of this. It would make sense of the callin.io team made a video on this. Congratul...
You're welcome, happy to assist! For any future questions, please initiate a new thread. This helps others with similar issues find answers more ea...
Your JSON was invalid. You can verify it by copy-pasting into , and it will indicate any errors and their locations. Screenshot_20240626_1112391520×...
Beata_Tali_Gold: I know there’s nothing wrong w the API key, as it has connected in the past… You can try obtaining a new API key, or you can sh...
To establish a connection within the HTTP module using "API Key Auth," Screenshot_2024-06-25_090623905×427 51.5 KB When invoking the generateCon...