Script: Podio Files ZIP
Script:
- podio_files_zip.pf
Function:
Create a zip archive of files matching pattern from a Podio Item
Arguments:
- "podio_item_id" (integer)
- "pattern" (string - file pattern to match on like *.pdf)
- "file_name" (string - name of zip file)
Returns:
- File ID of new ZIP file
Try it out
GF Preview
The below is a mock representation of what the action should look like in GlobiFlow (with our Chrome Extension).
Capture Result of a Remote ProcFu Script
Header(s): |
***************************************
you@yourdomain.com
|
varname =
|
|
From URL: |
https://procfu.com/exe/podio_files_zip.pf
|
POST Params: |
podio_item_id=[some token]&pattern=[some token]&file_name=[some token]
|
If you do not have our Chrome Extension, the step should look something like this (click on "Headers" to show value).
Capture Result of a Remote POST or GET
Header(s): | |
Follow Redirects: | |
varname =
|
|
From URL: | |
POST Params: |
podio_item_id=[some token]&pattern=[some token]&file_name=[some token]
|