Script: Podio Update Comment
Script:
- podio_update_comment.pf
Function:
Update a comment on a Podio item
Arguments:
- "comment_id" (integer)
- "value" (text)
- "hook" (bool - true or false whether to create a hook event in Podio)
- "silent" (bool - true or false whether to include the silent flag)
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_update_comment.pf
|
POST Params: |
comment_id=[some token]&value=[some token]&hook=[some token]&silent=[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: |
comment_id=[some token]&value=[some token]&hook=[some token]&silent=[some token]
|