Hello, I’m hoping someone can help me here. I have a scenario that sends data from a custom GPT i built to make.com via a webhook to trigger an automation in make.
After the automation is done and output is generated, I would like for the response to be sent back to my custom GPT. Is this possible at all?
Webhook responses have to be sent within 40 seconds of scenario trigger.
If the image generation takes longer than that, you cannot make the response in time.
Not only that, it seems you are creating two images, try starting with just a single image, and slowly build on to see if it doesn’t go over a total of 40 seconds.