OpenAI & Webhooks Issue

Hi Everyone, So I have a time sensitive issue. I am building a GPT for a client who wants to leverage the amazing workflow solutions we have created for them in make but for some reason when I am trying access the webhooks and adding them as actions in OpenAI I am getting an error to say domain is already in use when adding more than 1 action. Is this something I can get round?

Welcome to the Make community!

Could you please provide screenshots so that everyone can see what you’re dealing with?

Thank you

samliewrequest private consultation

Join the unofficial Make Discord server to chat with other makers!

1 Like

This is what shows up as soon as I add a second webhook for a separate action and workflow

I don’t think there is a workaround for this, support will have to fix with with OpenAI directly.

For technical issues or bugs like this, directly contacting support can often lead to a faster resolution. They have access to your specific account details, scenario and scenario logs, server-side logs, and internal tools and resources, which allows them to investigate more thoroughly than what you have access to. Additionally, sharing sensitive information about your situation might not be suitable for an open forum discussion.

You can open a new ticket here, or if you are unable to login for some reason, you can create another new free account to access the ticketing system (which is only available to logged-in users).

If you manage to get your issue resolved with support, we’d still love to hear about it! Sharing your solution on the forum can help others facing similar problems.

samliewrequest private consultation

Join the unofficial Make Discord server to chat with other makers!

2 Likes

yeah i have logged a ticket with support, I just thought I’d see if this was something anyone in here has ran into. Surely its got to be common considering everyone is creating multiple actions from OpenAI to Make so was hoping for a quick fix.

So the only way i can kinda get round this, is by adding all the different actions into one webhook. My only question now @samliew is how can i get the formatting right for the different data points coming into the webhook so that i can set the variables correctly and make the workflow work smoothly?

As I will have whatsapp, email, invoice creation requests, slack messaging info, shopify product requests and google doc requests all running through GET or POST methods but I want to make sure the variables cna be set for the different routes within the workflow. Any help?

I am now having an issue trying to get my webhook to accept different data structures for the various actions @samliew like send an email, send a text message for whatsapp and create a product for shopify etc all very different data requests, any help on how i can get this to communicate under one master data structure?