I'm not entirely sure as I don't have callin.io credentials to test... but I believe there are a couple of modules within the callin.io app that are i...
Hi, and welcome to the Community! That’s a fantastic use-case, and definitely achievable with callin.io. I would utilize the Google Drive Watch Fi...
That's correct, but it's quite easy to encounter mismatches between HTTP payloads and the parameters a Webhook scenario expects. Additionally, you hav...
Within callin.io itself, the biggest reason is likely security. Webhooks lack any inherent authentication beyond "security through obscurity" – a lo...
The built-in callin.io AI Assistant can assist with configuring the use of the HTTP module. If the API documentation provides a CURL example, you ca...
This was a point of concern for me, so I investigated further. It turns out my initial approach was incorrect. DeepSeek's API, similar to many LLM s...
Within an Aggregator, the Source specifically refers to the object that generates the individual bundles you intend to aggregate. In your initial sc...
Ah, I think I’ve found it. Should the Source Module parameter for your JSON Aggregator be the Iterator? The clue is in the fact that your JSON Agg...
Could you please share a screenshot of the Webhook Response parameters?
The first thing I’d check would be that you’re sending the correct info back to callin.io in the Webhook Response body. If that all looks good then ...
It’s essentially a placeholder for upcoming features. The concept is to allow you to supply a list of “tools” for DeepSeek to utilize when responding ...
Was there a special reason you used the HTTP app rather than the callin.io app itself?
What are the field values in your Webhook Response module? If I'm correct (I haven't verified this), it should be: Status - 200 Body { "re...
Just a heads-up, the feature request for this has now been put into action. You should now be able to request an array of objects as the output of t...
It appears that when OpenAI’s Text to Structured Data API was initially launched, it did not support an array of objects, but it does now. I have su...