
Rudolph de Kock
- Total activity 37
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 10
Comments
Votes on activity by Rudolph de Kock-
I have the same problem , my only problem is that I can't clone the item , because I have 4871 inbound relationships to this item. :( Hope this gets fixed soon...
-
Hi Andreas, when i send an email to my app , I call a webhook that gets the item , but created by and created via only shows [created_by] => Array ( [type] => app ...
-
:) Sorry I didn't follow the link , perfect explanation thx
-
I figured out my problem , because I customized the form I dont use the generated code , I host it on my own domain , and when I submit the form I sent it to /webforms/***/**** . So I checked the n...
-
I found a solution half way. I authenticate with user pass , then get all app_ids of current user. foreach app_id I use PodioHook::get_for('app',app_id) This Display all webhooks for the curren...
-
Thx I think this is exactly what i'm looking for , I've been using the PHP PODIO API Library. Just to check if I'm on the right track I should send a normal get request to the URL and it will retur...
-
What! , Andreas you're a Legend. I think what I'm working on will be a nice feature to the core , our company is struggling a lot with duplicate items created , and this script will hopefully fix i...
-
Our dedicated server is accessed through an https connection but we only have a self signed ssl certificate for the server , could that cause problems?
-
Thx Andreas, I'l get a certificate for the server , we plan on using a lot of webhooks. I used easyApache on WHM to check if curl & curlssl is checked , and I pushed my max execution time to 1000...
-
Seems like its happening in all my podio objects. the fields section in the podio object only have one field and you cant access the other fields with their field id's . Even the Scripts that worke...