/
Running GAS-3.901.1730
Running GAS-3.901.1730
Input (Requirements)
- URL --- Deployment URL of the Google Apps Script to be executed
- Operation
- doPost
- doGet
Input (Optional)
- Parameters --- For doPost operations, if Google Apps Script requires or takes parameters, you can set as many parameters here as possible
- Parameters can be entered as plain text and it would be automatically converted to a JSON format
Ex.
When you have
param1
param2
param3
the JSON to be sent to the Google Apps Script would look like
{"data": ["param1", "param2", "param3"]}
Output – Return Value
The plugin returns either Success or Failure depending on what gets sent back to the Google Apps Script
- String
- CSV (Internal memory to PAM)
- File (either .txt or .csv)
Parameter Setting Examples
, multiple selections available,
Related content
PostgreSQL-3.1205.2220
PostgreSQL-3.1205.2220
More like this
Parsehub-2.1222.1730
Parsehub-2.1222.1730
More like this
Google Token-2.617.1830
Google Token-2.617.1830
More like this
API Requests-2.1228.1332
API Requests-2.1228.1332
More like this
Dashboard API-6.143.0833
Dashboard API-6.143.0833
More like this
ARGOS API-3.906.3300
ARGOS API-3.906.3300
More like this