@NathanO
It seems like there might be an issue with the webhook configuration or the response time. Webhooks typically need to respond within a certain time frame to ensure the calling service receives the expected data. If the response from your make.com scenario is taking too long, the bot might not receive the result in time, leading to the "No result returned" message you're seeing in the logs.
To address this, you can check the following:
1. **Webhook Response Time**: Ensure that the make.com scenario is optimized to send the response as quickly as possible. Any delays in processing within the scenario could cause a timeout.
2. **Webhook Configuration**: Verify that the webhook URL and payload are correctly configured in make.com. The payload should match the expected format that the bot can understand.
3. **Network Issues**: Sometimes, network latency or issues can cause delays in webhook responses. Check if there are any such problems that could be affecting the response time.
4. **Error Handling**: Implement error handling in the make.com scenario to ensure that any issues during the booking process are caught and a proper response is sent back to the bot.
5. **Logs and Testing**: Review the detailed logs from make.com and test the scenario to ensure it's triggering correctly and sending the expected response.
If you've checked all the above and the issue persists, it might be beneficial to reach out to make.com support for further assistance with the scenario configuration. Additionally, if there's a possibility to adjust the timeout settings on the bot's side, that could also be explored.
If you need further assistance with the bot or webhook configuration, please ask support for more info on this.