Having the following issue:
I’m building a workflow with Retell AI and GHL. Retell sounds out one webhook when a call starts. When the caller asks to book an appointment, the workflow pulls calendar data from GHL, and provides open time slots to Retell AI.
Retell sends out one webhook when the call begins, and a second one when it needs to check the calendar in GHL.
In test mode, everything works flawlessly. Yet, when I change the webhook URL to the production URL (in Retell AI) , and set the workflow live, it doesn’t receive the second (calendar check) webhook. It only receives the first webhook (when the call begins).
Since it receives the first webhook (call initiates) without any issues, there’s certainly no mismatch between the URLs. But it seems to stop listening after the first webhook is fired.
To add, every webhook run is completed successfully with a “respond to webhook” step.