I am very noob in custom API request with HTTP module, and need help
I want to create API called POST request to Dezgo API (SDXL image generator website), and image generated from that send to Telegram user via bot, either send the image or send web link for that image
Here are some commonly-needed redirect URIs you need for your Google Cloud Console OAuth app. If you set these up, you can reuse the same GCP app for other Google apps and modules on Make.
Note: Once you’ve set these up, you can use/reuse the same Make connection for all the supported Google apps & modules on Make - you’ll only have to enable the APIs for your custom app.
Create New Connection (HTTP, or respective Google module)
You can find the Client ID and Client Secret in the OAuth2 app you created in GCP, on the right-hand side of where you inserted the callback URLs in step 2:
However, I found that Telegram seems to disrespect my magnificant images when I use this method and displays them as small thumbnails.
So, if the size of the image is important, perhaps try uploading it to cloudinary, get the URL, and then use normal Telegram module “Send a text message” and you post the URL as an HTML image.