# Import from coda

**URL:** https://community.parabola.io/t/import-from-coda/816
**Category:** Feature Requests
**Tags:** Integration
**Created:** [July 16, 2020, 7:11am UTC](https://community.parabola.io/t/import-from-coda/816 "2020-07-16T07:11:27Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Tanvir\_K](https://avatars.discourse-cdn.com/v4/letter/t/439d5e/32.png) [@Tanvir\_K](https://community.parabola.io/u/Tanvir_K)
#### Post date: [July 16, 2020, 7:11am UTC](https://community.parabola.io/t/import-from-coda/816/1 "2020-07-16T07:11:27Z")

</div>

Parabola really has blown my mind on the first expression. I found all my favorite apps in it but “Coda import” integration is not there. Its users are growing as I am typing. Would appreciate having that feature. Most of my clients using coda. So I have to stick with zapier for now.

---

<div class="post-metadata">

### Author: ![sachi](https://sea2.discourse-cdn.com/flex020/user_avatar/community.parabola.io/sachi/32/10_2.png) [@sachi](https://community.parabola.io/u/sachi)
#### Post date: [July 16, 2020, 4:35pm UTC](https://community.parabola.io/t/import-from-coda/816/2 "2020-07-16T16:35:09Z")

</div>

Hi @Tanvir_K - Thanks for your kind words about Parabola! 🙌

While we don’t have a “Coda Import” integration yet, our generic [API import](https://parabola.io/sources/api-import) step can connect to Coda’s API!

Here’s [Coda’s API docs](https://coda.io/developers/apis/v1#section/Introduction).

Let’s say you’re trying to get information about a doc from Coda’s API. I would use their “Get info about a doc” endpoint and set up the API Import step like this:

 ![Screen Shot 2020-07-16 at 9.33.08 AM](https://us1.discourse-cdn.com/flex020/uploads/parabola/original/1X/05e11422da3b0dae2f72d614ac5864da56bc44de.png)

You would need to replace `{docId}` with your doc ID and `Your Bearer Token` with your own unique Bearer Token.

---

<div class="post-metadata">

### Author: ![Simone\_Smerilli](https://sea2.discourse-cdn.com/flex020/user_avatar/community.parabola.io/simone_smerilli/32/1967_2.png) [@Simone\_Smerilli](https://community.parabola.io/u/Simone_Smerilli)
#### Post date: [September 1, 2022, 2:43pm UTC](https://community.parabola.io/t/import-from-coda/816/3 "2022-09-01T14:43:13Z")

</div>

Hi Sachi,  
I’ve been trying to insert new rows into a Coda table via Parabola. I’m getting a 400 bad request error despite all the fields I want to insert being appropriately mapped in the table. I’m using the correct API endpoint URL and bearer token. [Here](https://www.loom.com/share/2b620f37ca8a4f65bac5cf56b7ba5b2e) is some context.

If you have experience with this and can help me understand if there’s anything I may be doing wrong, I would really appreciate your help!

---

<div class="post-metadata">

### Author: ![Brian\_Dawson](https://sea2.discourse-cdn.com/flex020/user_avatar/community.parabola.io/brian_dawson/32/1454_2.png) [@Brian\_Dawson](https://community.parabola.io/u/Brian_Dawson)
#### Post date: [September 1, 2022, 7:28pm UTC](https://community.parabola.io/t/import-from-coda/816/4 "2022-09-01T19:28:18Z")

</div>

Hey @Simone_Smerilli,

Happy to help out here as I’ve done exactly this in a flow before.

You need to fill out the body of your POST request so that Coda receives the rows/data you’re trying to add in your table.

I explain in more depth in [this 5 min. Loom](https://www.loom.com/share/136f39533baf4f75ba0382f18198c52b).

Good luck and let me know if you have any more questions!

* * *

Brian Dawson  
Automation Consultant

---

<div class="post-metadata">

### Author: ![Simone\_Smerilli](https://sea2.discourse-cdn.com/flex020/user_avatar/community.parabola.io/simone_smerilli/32/1967_2.png) [@Simone\_Smerilli](https://community.parabola.io/u/Simone_Smerilli)
#### Post date: [September 2, 2022, 6:17am UTC](https://community.parabola.io/t/import-from-coda/816/5 "2022-09-02T06:17:35Z")

</div>

Hey @Brian_Dawson, thank you so much for helping me so specifically! The video is super clear and I appreciate your kindness in sharing your flow as an example 🙂

---

<div class="post-metadata">

### Author: ![Brian\_Dawson](https://sea2.discourse-cdn.com/flex020/user_avatar/community.parabola.io/brian_dawson/32/1454_2.png) [@Brian\_Dawson](https://community.parabola.io/u/Brian_Dawson)
#### Post date: [September 2, 2022, 1:18pm UTC](https://community.parabola.io/t/import-from-coda/816/6 "2022-09-02T13:18:42Z")

</div>

Glad it was helpful! Let me know if you run into any more issues.

---

<div class="post-metadata">

### Author: ![Simone\_Smerilli](https://sea2.discourse-cdn.com/flex020/user_avatar/community.parabola.io/simone_smerilli/32/1967_2.png) [@Simone\_Smerilli](https://community.parabola.io/u/Simone_Smerilli)
#### Post date: [September 2, 2022, 7:10pm UTC](https://community.parabola.io/t/import-from-coda/816/7 "2022-09-02T19:10:07Z")

</div>

To close the loop here, I can confirm my flow is working properly now and I could upsert rows
