Hello everyone,
Great to be part of this community!
I attempted to modify the "callstarted" payload to "callanalyzed" and save the changes. However, it seems the update is not being applied, as it continues to display as "call_started" in the options.
Does anyone have any insights into what I might be overlooking?
Hey Christophe,
after you made the change, did you send another webhook with the updated value?
The webhook is sending a variable named “event”. What you see in your screenshot is a filter that verifies if the event variable is equal to callanalyzed. It will only permit bundles to pass if this condition is met. In the first instance, the event was callstarted, and in the second, it was call_ended. Neither of these matches the filter's condition, so neither is proceeding.
If you are expecting specific webhooks where the event is named call_analyzed, then the filter is functioning correctly.
Is this the intended behavior for the scenario? Or are you aiming for a different result?
Please clarify if this is what the scenario is supposed to achieve, or if you are trying to obtain a different outcome.
I am using callin.io with retell.
I have set up a basic CRM to store caller names, call dates, reservation dates, and so on.
My goal is to have this information appear in my CRM after each call.
I recall seeing a tutorial that mentioned using an "event" trigger, specifically "callanalyzed", to categorize different payloads.
However, I'm unable to trigger the "callanalyzed" event.
I'm not sure if this is the information you need.
I managed to get the "call_analyzed" payload working, but I'm unsure how to make it a permanent solution. I've reverted to the initial state where it wasn't functioning correctly. I'm not sure how I achieved the working state previously. Any suggestions?
Hi there, I'm experiencing the same problem. Have you managed to resolve it?