Google Script Deployment through HTTP Module

What are you trying to achieve?

I am trying to deploy a google sheet script, using an HTTP Make a Request module.

Steps taken so far

  • I created a Web Application deployment in Google Script Editor and provided access to “anyone”
  • I added a DoPost function
  • I added an HTTP Make a Request module with the link to the script
    When I run the script, i don’t get an error but the script is not running.
    This is the output of the module -
    Operation 1
    Input
    Bundle 1Collection
    Self-signed certificate empty
    Query StringArray
    URL Error
    Request compressed content true
    Method post
    HeadersArray
    Timeout empty
    Use Mutual TLS false
    Password empty
    User name empty
    Body type x_www_form_urlencoded
    FieldsArray
    Serialize URL false
    Share cookies with other HTTP modules false
    Parse response false
    Follow redirect true
    Disable serialization of multiple same query string keys as arrays false
    Follow all redirect false
    Reject connections that are using unverified (self-signed) certificates true
    Output
    Bundle 1Collection
    Status code 302
    HeadersArray
    Cookie headersArray
    DataLong String
Moved Temporarily

Moved Temporarily

The document has moved here.

fileSize 563