Hey gliders!
I need to open a link to start API integration.
The service i am calling asked to request it by the cURL format request in its documentation (there are also PHP and Phyton methods).
I copied that cURL to my column in GS and use by Open Link actions. There is an error unfortunately.
{
“type” : “error”,
“id” : “602597d6-de52-47e6-89d5-b26b93189a59”,
“code” : “invalid_request”,
“description” : “Request sent for an endpoint with no processor”
}
So the question is could we use cURL format to open a link, or we need to transform cURL to GET format first?
If we need to use only GET to open a link in Glide, how we could to convert cURL into GET?
Thank you very much in advance)
Thank you very much, Robert!
I’ve thinked only way to open a link is “Open Link” Action, but seems it can use just a GET method. And after your post i hope will found another ways to open link with another methods. Running to do this)
I don’t think you can do POST with the Fetch JSON module, so probably the easiest solution might be a webhook to Integromat, and then use the HTTP module to send the POST request.
The other alternative would be Apps Script, as Uzo suggests, but that may be a challenge if you’re not familiar with Apps Script.
Thank you, Uzo
Unfortunately am not familiar with Google scripts.
Will se what would be faster - to use Integromat (i used before for other purpose),
or to deep into scripts. Seems the first would be faster.
Anyway i will see your way also to keep it in mind next time)