Skip to content
samliew
samliew
@samliew
Estimable Member
Joined: Aug 4, 2025
Topics: 1 / Replies: 245
Reply
RE: Mapping Array to HTTP Request to Airtable API POST Call Not Working

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...

1 year ago
Forum
Reply
RE: API call not functioning

Additionally, because you're utilizing the app's universal module, the connection inherently includes the authorization headers. It's advisable not to...

1 year ago
Forum
Reply
RE: API call not functioning

Why are you placing forward slashes before each double quote? "

1 year ago
Forum
Reply
RE: API call not functioning

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...

1 year ago
Forum
Reply
RE: API call not functioning

You are including { } around your auth key, which is incorrect. Delete the curly brackets. It should look like this: Bearer TOKEN_GOES_HERE Fo...

1 year ago
Forum
Reply
RE: Getting Multiple File IDs from OpenAI Assistant

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...

1 year ago
Forum
Reply
RE: How to compare a unique identifier across two arrays

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...

1 year ago
Forum
Reply
RE: How to integrate PDFs with OpenAI (Solution!)

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...

1 year ago
Forum
Reply
RE: Automating internet searches for investment portfolios

Welcome to the callin.io community! Sure, this is definitely achievable. I would suggest completing the callin.io Academy before diving into build...

1 year ago
Forum
Reply
RE: How to integrate PDFs with OpenAI (Solution!)

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...

1 year ago
Forum
Reply
RE: How to integrate PDFs with OpenAI (Solution!)

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...

1 year ago
Forum
Reply
RE: Getting Gemini prompt completions

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...

1 year ago
Forum
Reply
RE: Getting Gemini prompt completions

Your JSON was invalid. You can verify it by copy-pasting into , and it will indicate any errors and their locations. Screenshot_20240626_1112391520×...

1 year ago
Forum
Reply
RE: Getting Gemini prompt completions

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...

1 year ago
Forum
Reply
RE: Getting Gemini prompt completions

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...

1 year ago
Forum
Page 8 / 17