10 Replies
Where did you export the bot from?
It seems it's not a valid file
I thought it would work, importing directly from the JSON obtained via API, but it turned out I was trying to create a flow in n8n to perform daily backups of the nodes.
However, I realized that it's not possible, it gives an error! Is there any forecast or way to automatically export the nodes?


@Baptiste
Provide the file you are trying to export. Getting the bot via API and import it to Typebot afterwards should work.
That's exactly what I did, provide the bot ID (v1/typebots/ID). Then I tried to import, but it gave the error we saw there.
this error..
Like I said, provide the file you are trying to import so that we can debug the issue
This needs to be what's after
"typebot": {
So your file should look like:
Thank you, Baptiste, you're awesome! It worked just as you said, and I was able to automate the backups.