Script: Data Sync Trigger Record
Script:
- data_sync_trigger_record.pf
Function:
Force Sync on a specific MySQL record or Podio Item
Arguments:
- "sync_id" (integer - ID of the sync)
- "record_id" (string - ID of the source Podio Item or Key of the source MySQL record)
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/data_sync_trigger_record.pf
|
POST Params: |
sync_id=[some token]&record_id=[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: |
sync_id=[some token]&record_id=[some token]
|