Sending back output via webhook response to Custom GPT

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?

If so, how do I go about this? What do I put in the body of the webhook response? Would really appreciate any help. TIA

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.

For more information, see Responding to webhooks

2 Likes

thanks @samliew is there another way using another scenario to send it back to the custom GPT?

I’m thinking like a Watch Record on Airtable then a GET request from the chatGPT to make.com. how would i go about that?

No, because you still cannot respond to the original Webhook request in another scenario.

You’ll have to find another service that can generate images faster within that 30-40 seconds.

2 Likes

okay thank you @samliew

2 Likes