Script: Podio Raw Curl
Script:
- podio_raw_curl.pf
Function:
Remote curl to any Podio API endpoint using POST PUT PATCH DELETE etc
Arguments:
- "url" (string - eg /item)
- "method" (string - GET, POST, PUT, PATCH, or DELETE)
- "options" (text in JSON format)
- "attributes" (text in JSON format)
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_raw_curl.pf
|
POST Params: |
url=[some token]&method=[some token]&options=[some token]&attributes=[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: |
url=[some token]&method=[some token]&options=[some token]&attributes=[some token]
|