
Louis-Philippe Papillon
- Total activity 36
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 12
Activity overview
Latest activity by Louis-Philippe Papillon-
Louis-Philippe Papillon commented,
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...
-
Louis-Philippe Papillon created a post,
Podio Import, Webhooks and rate-limit
Hi all, I keep an app of my subscribers into Podio and monthly import updated Excel files into it so my data is up-to-date. The problem is I have a webhook on creation to keep a mysql copy in sync...
-
Louis-Philippe Papillon commented,
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 ...
-
Louis-Philippe Papillon commented,
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!
-
Louis-Philippe Papillon commented,
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']);...
-
Louis-Philippe Papillon commented,
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...
-
Louis-Philippe Papillon commented,
Can't do that within Podio, though you could build an interface with the API that presents a form that works in this way.
-
Louis-Philippe Papillon created a post,
Post new item with Contact field => share item
I have an app that has a Contact field which is set as: "Workspace members - invite users". This functionality works fine from within Podio I can put anything in there, even an email, and the user ...
-
Louis-Philippe Papillon commented,
$comments = PodioComment::get_for( "item", 123456 ); Where 123456 is the item_id.
-
Louis-Philippe Papillon created a post,
PodioItem::update() slow rate limit
Hi devs, I just into a problem with an integration because of the Podio API rate limit, and I can't find a way around it. My client imports huge Excel lists of prospects into a Podio app, and then...