
Rudolph de Kock
- Total activity 37
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 10
Posts
Recent activity by Rudolph de Kock-
Do Webhooks get triggered when you import an excel spreadsheet as items?
Basically the question is if I create a webhook on my contacts app , will my webhook trigger if I import an excel spreadsheet , I can just see how my API call limit is reached , every time an emplo...
-
Podio webforms not working
Hi my podio webforms dont want to work any more , what exactly do I need to update in them , because I customised the code.
-
PODIO Backup System - Restore using original item_ids
Hi I'm creating a backup script , and my backup script runs through all my workspaces saving the app ids with each item object returned as a serialised string , I then use a restore script , and ge...
-
Get all related item ids of an item
Hi , I'm creating a script to merge duplicate items in an app. But when I merge 2 items and create a new combined item, the item id changes , and all other workspaces relating to that item loose ...
-
Filter App Item with attribute email of related contact card.
So I have an App with a relationship field that is related to a contact card , the only value that I have is a contacts email , so I want to filter the item according to item->fields->contactrelati...
-
How do I get all the current webhooks that exist in a workspace.
I created a few webhooks on app_field updates , and had an error in my script. I accidentally created a loop that created 300 webhooks, I already deleted all them , but now to manage my webhooks I...
-
Is there a way to open a .php script in a new tab , or same tab when a webhook is triggered.
I'm working on a script to create a pdf quote from details with in a podio item. I want to create a webhook that triggers when I create an item , but I want the script to actually open in a browser...
-
Dedicated server setup for PODIO API
My API works locally , but on the dedicated server its not working , I just want a server setup that works for podio , do u have any documentation on what PHP extensions and server settings should ...
-
My Podio Authentication dont want to work when moving from localhost to server
I created my script and everything was working on localhost , until I uploaded to our dedicated server. So I created a simple test script to test. This is my code. <?php include 'podio-php-4/Pod...
-
Podio Object dont show any
Something went wrong with my one app and I have no Idea what the cause is . When I request an array of podio items, I receive the podio object with all the items , but the fields section is incompl...