CodaAPI making pages

Hi everyone,
does anybody have experience with CodaAPI(coda.io)? I am trying to implement CodaAPI node to my workflow, but it seems that API doesn’t have thing that i need. What do I want to do: let’s say that I have some data
{
“title”: “New doc”,
“children”: [
{
“title”: “First page”,
“children”: []
},
{
“title”: “Second page”,
“children”: [
{
“title”: “First subpage”,
“children”: []
}
]
}
]
}

and I want to get something like in image below. The main problem is that API doesn’t have any method to make pages through API, even not to update document’s structure, only document’s properties. I know that this isn’t n8n’s issue, I should probably ask someone from Coda’s support but I hope that here I will get answer faster. Does anybody have any idea how could I do this(except manually ofc)? I appreciate any help :smiley:

image

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.