Script: Podio App Activity Recent
Script:
- podio_app_activity_recent.pf
Function:
Get Recently active Item IDs for a Podio App
Arguments:
- "app_id" (integer)
- "since_date" (string - optional date to stop at in format YYYY-MM-DD or YYYY-MM-DD hh:mm:ss)
Returns:
- JSON Array of item_id, title, and last_event_on
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_app_activity_recent.pf
|
POST Params: |
app_id=[some token]&since_date=[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]&since_date=[some token]
|