
Gaetan
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
Activity overview
Latest activity by Gaetan-
Gaetan commented,
Thanks a lot for pointing out my mistake. I had an error with the hook id. It's working now.
-
Gaetan commented,
Using curl I have the same response: curl -H "Content-Type: application/json" -X POST -d '{"code":"1234567"}' https://api.podio.com/hook/7614164/verify/validate {"error_parameters":{},"error_detail...
-
Gaetan commented,
I receive the request. I have the code (I can log it). It's when I do the validation that the problem occurs. I use the Java library that works ok for all the other requests I make. When debugging...
-
Gaetan created a post,
Unable to validate a new hook
Hi, I'm trying to create web hooks in order to be notified on item crete/update/delete. The creation on the web dev application is ok but when I try to validate the hook I get a 404. I'm using the ...
-
Gaetan created a post,
How to create a space contact from java api?
Hi The api documentation indicates a create space contact method (https://developers.podio.com/doc/contacts/create-space-contact-65590) but I don't see it in the java api : https://github.com/podi...