Calling a make scenario from a Custom GPT action

HI,

I think I’m just tired so I’ll ask…

I want to create an action in a custom GPT that calls Make. I know I need to make an OpenAPI schema and all that. I’ve done it with other APIs, but for some reason I’m drawing a blank here.

Where can I find the documentation to do that?

Thanks,

L

OK, yes, I was very tired…

The easy way to do this is to tell ChatGPT:

Create an openapi 3.1.0 specification for this URL:

https://hook.us1.make.com/your-webhok?key1=value1&key2=value2

Make sure to include an operationId in the spec.

You can also use the ActionsGPT from the GPT store.

L

1 Like