Topic
Hi, can you explain to me how I can paginate when querying for documents?
I'm trying to use a script in an API.AI Fulfillment (eventually in a Google Assistant Action). The requirements for this seem fairly rigid. https://api.ai/docs/fulfillment#response The response needs to have a certain format: Headers: Content-type: a...
Hello, From your documentation, I can see that I can use the "http" module to invoke third party APIs from my scriptr.io scripts. Does this mean that all requests are sent through http and not https? It is very important for us to use SSL to transfer...
Hi, I need some help. I'm trying the below code: I tried the following script. var test = "abc" return http.request({ url: "http://mysterious-sierra-8455.herokuapp.com/abcd", method : 'PUT', headers : { "Content-Type": 'application/json', "Content-Le...
I'm issuing an http GET request that returns images (PNG, JPG, GIF, etc.). How do I capture this as a binary?
Hi, I’m looking for some help formatting a POST request to Scriptr. I am trying to run using an ESP8266 and eventually ESP32 under the Arduino IDE. I’m good with coding, but have almost no experience with formatting POST requests. If I can get a ...
Hi, I have a question regarding the invocation of our scripts on scriptr.io. We cannot send the 'Authorization' HTTP header along with our requests. Is there another way to authenticate with you? Alex
Hi, I can't find the correct syntax to use sendmail function with multiple recipients. Is it possible ? Regards, Jérémie
Everything runs just fine, then periodically (rarely) I get a series of errors: Script execution resource limit or timeout exceeded What resource limit could I be hitting? Thanks.
Hello, I read your documentation and tried a couple of scripts on your environment. It looks very nice, but I have a few questions: 1) Running the scripts from there, I can see that all invocations are sent through http POST. Do you support other ver...
Please log in to post topics.