Questions tagged [podio]

Use this tag if you have a programming question about Podio. Podio is a cloud-based collaboration service that provides a web-based platform for organizing team collaboration, business processes, data and content in project management workspaces. For non-programming questions please refer to Podio's Help Centre directly

Podio is a cloud-based collaboration service that provides a web-based platform for organizing team collaboration, business processes, data and content in project management workspaces.

Usage

Use this tag if you have a programming question about Podio’s API usage, or any of its SDKs (see below for links to each one of them). If you're about to ask your first question here, please visit How to Ask to have a better chance of getting your question answered promptly and correctly. Be sure to check if your question have been asked already by using SO’s search capabilities. You can also browse the available questions before posting a new one.

General Questions

Please don’t post general support issues here, like questions about your account, organisation, contracts, billing, features, or even technical support not related to programming with Podio’s API.
Please refer to Podio's Help Center for all these inquiries.

External Links

549 questions
0
votes
1 answer

Podio Field is empty but the flow runs in globiflow

The flow keeps on running and commenting even if the field does not match the filter i have applied to the flow. It is running even if i enter any other thing in the field or keep it empty.
0
votes
0 answers

Communication Log is not getting created in podio

I am trying to make a communication log on podio frontend but every time i am adding the URL in Calculation field in Communications App, i am getting this Error: "Unexpected Token Illegal", shown in the image as well. Kindly have a look and tell me…
0
votes
0 answers

Is the `last_edit_on` timestamp the same as the most recent revision `created_on` timestamp?

The Podio API gives individuals the ability to filter on several parameters, but the two most confusing ones are last_edit_on and last_event_on. I tried testing it out & don't believe that last_edit_on is directly returned by any of the Podio…
0
votes
0 answers

Preg Match GF to pull data from API CALL (Podio CRM)

I am trying to accomplish pulling all of the data that populates from this API CALL made within my CRM Podio... The API call response is the following: { "status": { "version": "1.0.0", "code": 0, "msg": "SuccessWithResult", …
0
votes
2 answers

.net API throwing exception "JSON integer is too large or small for an Int32. Path 'item_id', line 1, position 1486"

I'm using the .net client library, v1.5.9 which is the latest version, and am receiving the following error when attempting to add a new item on the ItemService: Newtonsoft.Json.JsonReaderException: JSON integer 2151368024 is too large or small for…
gfyans
  • 1,236
  • 1
  • 16
  • 21
0
votes
2 answers

Podio & Power BI

Has anybody got Podio to work with Power BI. I managed to get the token process to work in Power BI. I can get single record results to work but when using a list pull, I can't get it to work. Podio Token Portion: Working let token_url =…
0
votes
2 answers

ImportError: cannot import name 'urlencode' from 'urllib' for pypodio2

Please I have been trying to import the api from pypodio and I keep on getting this error: ImportError: cannot import name 'urlencode' from 'urllib'.I have tried all the suggestions I saw on stack overflow but the error still persists. Using…
0
votes
2 answers

Extract address from Google People JSON object in Podio

I am trying to extract address data from a Google People API call within Podio Workflow Automation. I am successfully extracting all other data except the address. The situation - if I request names only, I can extract each of the separate name…
Pete C
  • 21
  • 2
0
votes
1 answer

Podio: Domain registered does not match the redirect uri

I was implementing the Podio server-side flow authentication. I used the following url format: https://podio.com/oauth/authorize?response_type=code&client_id=MY-ID&redirect_uri=http://182.35.36.7:8000/authorize/callback It was working when I was in…
Alex
  • 1,230
  • 2
  • 24
  • 46
0
votes
0 answers

Trying to do a Podio API Call with Integromat getting back 403 forbidden - InvalidAccessTokenError

I face a problem with the Integromat Make an API call action to Podio. I want to make a Post request to add a user to a workspace which should be possible: https://developers.podio.com/doc/space-members/add-member-to-space-1066259. However, when I…
0
votes
1 answer

Podio API - Groupings are missing from Views in C#

I am working with the Podio api in C# and "Groupings" is missing from the View and ViewCreateUpdateRequest model. When I use the sandbox call the result includes the groupings. So I'm thinking it is missing in the C# nuget package. Is there another…
Xiolin
  • 121
  • 10
0
votes
1 answer

Podio API Key Generator is returning "is not a valid domain" error

I'm trying to generate a API key using https://podio.com/settings/api menu. Whatever I put in "Full domain (without protocol) of your return URL (e.g. mypodioapp.com)" field is returning "is not a valid domain". I don't understand what is asking me…
Saki
  • 1
  • 2
0
votes
1 answer

Is there a way to not trigger zapier zap when I update a contact via API in Google Contacts?

I am updating Google Contacts by making an API call to Google Contacts API and I want to have sync between Google Contacts and a third party app like Podio. So whenever I update a contact in google contacts it should sync up with Podio and vice…
0
votes
1 answer

How to set the redirect url for Podio OAuth2 authorization

I'm trying to allow google sheets to interact with the Podio api. The first step is Oauth2 auth and I'm trying to follow https://developers.podio.com/authentication/app_auth on which I have the following initial code: function podio1() { const…
user1592380
  • 34,265
  • 92
  • 284
  • 515
0
votes
1 answer

Get subset of fields, from filtered items on Podio API

I want to filter items from a Podio app, and fetch just the values for a subset of specific fields. This should hopefully reduce the response time of the API. The number of fields returned can be limited by specifying the fields query GET…
Kamafeather
  • 8,663
  • 14
  • 69
  • 99