Skip to content
Callin.io freezing ...
 
Notifications
Clear all

Callin.io freezing after webhook response?

10 Posts
2 Users
0 Reactions
5 Views
Austin_Willett
(@austin_willett)
Posts: 6
Active Member
Topic starter
 

Hello everyone,

I'm encountering an issue where callin.io does not respond after receiving a webhook response. The agent appears to freeze until I prompt it. This was functioning correctly yesterday without any problems, but today it's not working as expected. Has anyone else experienced similar issues? If so, how did you resolve it?

Below is the scenario and a recording of the behavior:

 
Posted : 07/02/2025 4:21 pm
DavidGurr_Make
(@davidgurr_make)
Posts: 38
Eminent Member
 

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 I’d suggest raising a support ticket with callin.io directly.

 
Posted : 07/02/2025 5:16 pm
Austin_Willett
(@austin_willett)
Posts: 6
Active Member
Topic starter
 

Here is the output from the JSON module that the webhook is receiving.

 
Posted : 07/02/2025 5:33 pm
DavidGurr_Make
(@davidgurr_make)
Posts: 38
Eminent Member
 

Could you please share a screenshot of the Webhook Response parameters?

 
Posted : 07/02/2025 5:58 pm
Austin_Willett
(@austin_willett)
Posts: 6
Active Member
Topic starter
 

Was that shown in one of the initial images in this discussion? This is what I currently have configured in the module.

 
Posted : 07/02/2025 6:02 pm
DavidGurr_Make
(@davidgurr_make)
Posts: 38
Eminent Member
 

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 Aggregator is outputting multiple bundles - if I understand correctly, you want just a single bundle containing an array, which contains multiple result objects.

 
Posted : 07/02/2025 6:33 pm
Austin_Willett
(@austin_willett)
Posts: 6
Active Member
Topic starter
 

That sounds like what I need. What would be required to resolve this?

 
Posted : 07/02/2025 6:51 pm
Austin_Willett
(@austin_willett)
Posts: 6
Active Member
Topic starter
 

Actually, the source module for JSON is Tools. The source module for Tools is Iterator.

 
Posted : 07/02/2025 7:08 pm
Austin_Willett
(@austin_willett)
Posts: 6
Active Member
Topic starter
 

I've also attempted using an array aggregator, but that didn't resolve the issue.

 
Posted : 08/02/2025 1:02 am
DavidGurr_Make
(@davidgurr_make)
Posts: 38
Eminent Member
 

Within an Aggregator, the Source specifically refers to the object that generates the individual bundles you intend to aggregate.

In your initial screenshot, the Source for your Aggregate to JSON module is the Set a Variable module, which consistently outputs only one bundle. As your scenario is currently configured, the Aggregate to JSON module will execute for every single bundle produced by your Iterator, which doesn't align with the intended logic. Consequently, it sends a Webhook response for each of those bundles.

Could you please attempt to set the Iterator as the source for the Aggregate to JSON module?

 
Posted : 10/02/2025 9:44 am
Share: