Recently we are experiencing a problem that when inserting the card through the API, it is not showing in our Trello panel, is anyone experiencing this?
The code below was working, it stopped overnight
xhrCard.open('POST', 'https://api.trello.com/1/cards?name=' + encodeURIComponent(cardName.trim()) + '&desc=' + encodeURIComponent(cardDescription.trim()) + '&idList=' + defaultList + '&idLabels=' + GetLabelId(cardLabel) + '&key=' + apiKey + '&token=' + apiToken);
xhrCard.send(data);
Can anyone tell me if I need to pay, if any policy has changed. Today we use the free plan, are there any limits for using the API on the free plan?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.