
Louis-Philippe Papillon
- Total activity 36
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 12
Comments
Votes on activity by Louis-Philippe Papillon-
Can't do that within Podio, though you could build an interface with the API that presents a form that works in this way.
-
Please implement this, I can't believe it can't be done! My apps have a required Contact field and I can't create a new App item from my iPhone or iPad because I can't create the required Contact.
-
Thanks Casper. Quick question, does Authenticating (using Password auth) itself consume the API rate-limit quota? I'm getting quota busted after just a few requests and I can't figure out why. This...
-
Please can anyone replicate this? Was asked to take this to Support and then asked to take it back to the forums but no answer... The app is live and not working!
-
Really disappointed in the outcome of this project. This functionality should work, but doesn't. Got told to take it to support, they did not fix the issue and told me to take it to the forums. No ...
-
$comments = PodioComment::get_for( "item", 123456 ); Where 123456 is the item_id.
-
Well I got in touch with support about trust level etc, but it still does not work so I am taking this back to the forums. I have tried with the older podio-php API I was using but also with the ne...
-
Yes it's possible I use this in a webhook to send client notifications that "reply-to" to the item: $emailInfo = Podio::request('GET', '/email/contact/item_comment_app/item/' . $_POST['item_id']);...
-
Thanks Andreas, great work once again :)
-
Thanks for your suggestion Patrick but I did use the space_url API to get the ID and it returns a not_found error like below: {"error_parameters"=>{}, "error_detail"=>nil, "error_propagate"=>false...