Script: Stream Podio View
Script:
- stream_podio_view.pf
Function:
Create a stream to fetch all items from a Podio View
Arguments:
- "app_id" (integer)
- "view_id" (integer)
- "raw" (bit - 1 if you want the raw output else 0 for a simplified array)
Returns:
- ID of the stream to use with stream_fetch
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/stream_podio_view.pf
|
POST Params: |
app_id=[some token]&view_id=[some token]&raw=[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: |
app_id=[some token]&view_id=[some token]&raw=[some token]
|