Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

POST by API is not adding cards

Ednaldo Soares
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 27, 2022

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);

1 answer

0 votes
Ednaldo Soares
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 28, 2022

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?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events