Hi guys, I’m having quite a lot of issues on how to set the Open AI code into Integromat (now Make). I’d like to let OpenAI spit a rewriting of a paragraph and send it back to Integromat. I know I should use a HTTP module in Integromat, but I don’t know how to properly set it up.
Do you have any tutorial on it or a resource i can follow? Thank you!
Hi Paul! Thanks, actually it helps, but just a little because I’m a complete noob. Would you mind sharing some addictional resource or something more specific about your automation?
Basically, you’ll want a script on your own server that queries the GPT-3 API and returns the result to Integromat. I don’t believe you can query from Integromat itself.
Essentially I’d need OpenAI to read a set of articles excerpts on on Airtable view and rewrite/translate them on another Airtable view.
I already got the OpenAI code from the Playground, but I’m having issues in integrating it on Integromat.
I found this video, but not all steps are clear to me.
I’ll check that Webhook article in the meantime. Thank you!
I’m figuring out how to connect the code downloadable here from the Playground with HTTP module in Integromat.
Still no success to this moment, but will keep tryin!