@LP Gaming
If your webhook is not registering more than one order at once when using the "Start immediately" schedule option, it could be due to the way the scenarios are triggered or a limitation in the processing of simultaneous events.
Here are some steps you can take to address the issue:
1. **Check Scenario Triggers**: Ensure that both scenarios are correctly set up to trigger as expected. The scenario that captures Shopify orders should trigger a call immediately after an order is placed, and the webhook scenario should be ready to capture the end call reason as soon as the call ends.
2. **Review Webhook Configuration**: Verify that the webhook is correctly configured to accept multiple simultaneous incoming connections. If there's a queuing system or a delay in processing, it might not register all orders at once.
3. **Examine Rate Limits**: Make.com may have rate limits that restrict the number of operations that can be performed in a short time frame. Check if you're hitting any of these limits with your scenarios.
4. **Test with Delays**: As a troubleshooting step, try adding a short delay between order processing to see if that allows the webhook to register each order. This isn't a solution but can help identify if the issue is related to simultaneous processing.
5. **Check for Errors**: Look for any error messages or logs in your Make.com scenarios that could indicate why the webhook isn't registering all orders. Errors can provide clues to what's going wrong.
6. **Contact Make.com Support**: If you're unable to resolve the issue on your own, reaching out to Make.com support may be the best course of action. They can provide insights specific to their platform and help you troubleshoot the issue more effectively.
If you've tried these steps and the issue persists, please provide more details or error messages you're encountering, and I'll do my best to assist you further.