hey there, we just infinity yesterday and i’m the one who’s making the stuff work.
Right now, i’m trying to remake an integration i did with typebot.io and trello via api.
Right now, i’m having trouble setting up the body payload, as i get error 422. My json body goes like this:
{
“folder id”: “GZBMK2AaW3t”,
“values”:[
{“attribute_id”: “20007f69-6116-42e5-9dcc-3a99f6eda329”,
“data”: “test”
}
]
}
That i need to fix to make it create a new item. Also, as a second related question, i need to know how to add more attributes to that json.
I’m not a pro dev yet so, i really need help here.
Thanks