I’m experimenting with making a small app to generate funny social media captions from glide and email them to myself.
However I can’t figure out how to use the parameters from glide and use them in make.com in a open AI completion module.
Does anyone have any experience doing this?
In Make I’ve added the Glide module
Then in Glide I have added a button that triggers a webhook.
I’ve made a new web hook and copy pasted the URL from the Make.com glide module to set it up.
Then I have parameters I want to use. A text field and a choice field.
However when I go back into Make don’t see where I can access these two glide fields. There’s something called params - however it seems not to do much.
Have you actually triggered the webhook from Glide?
You need to do that at least once so that Make can learn the payload structure.
If you look in the scenario history, do you see any past runs, or any failed runs?
If there are, examine those and look for clues - error messages, payload values, etc.