
Carl-Fredrik Herö
- Total activity 141
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 8
- Subscriptions 29
Posts
Recent activity by Carl-Fredrik Herö-
Support for JSDOM and D3 in calc field
The calculation field is extremely competent and it can be used to build powerful visualizations with the help of Googles now depreciated Image charts service. Most chart services nowadays uses jav...
-
Listen for item create pushes
The page https://developers.podio.com/examples/push says I can subscribe to newly created items but I can't find the endpoint to use. Note: I know about the hooks feature but I'm trying to learn ne...
-
Clone item via URL
Currently it's only possible to clone an item from the item view itself. I'd like to use the clone feature with "template items" where an item is prefilled with some values. But to use the clone f...
-
Get personal app email address for all space members?
AnsweredHi! I'm building a tool that needs to send out the email address that a user can mail to get stuff into an app in Podio. Like this: carl-fredrik.h.1235sdbt@app_name.workspace_name.org_name.podio.c...
-
Using the calc field via API för "live calculation"?
The "Modify template" page gives a preview of how the calculation will render, this happens live as I'm typing. Is there anyway I can utilize this via the API? I'm want to take data from a form, p...
-
Remove value from embed field
I'm using the Podio PHP Library v4. I'm trying to empty an embed field. I've tried to insert null, array(null), empty PodioEmbed objects and everytime I get the same error message: "Must specify...
-
Access to mail settings
Is there anyway I can access the settings on the "Match fields in app with email fields" page via the API?
-
App authentication and workspace contacts
Hi! I briefly remember a discussion we had a long time ago about the app authentication and the fact the an app cannot access the workspace contacts. Is it still true? I'm developing an automated ...
-
Access to item_id and app_item_id
Hi! I would really like to have access to the item_id and app_item_id in the calc field. This way we can create dynamic url to point to specific items in Podio. The notion of item_id and app_item_...
-
filter_by_view error "Invalid value [] (array): must be object"
AnsweredI'm trying to get items from a view using the PHP Library. http://api.podio.com/item/app/2403044/filter/5323687/ The only values I use is the app_id and view_id, which I know is correct since the...