# Bring data back to glide from webhook

**URL:** https://community.glideapps.com/t/bring-data-back-to-glide-from-webhook/62686
**Category:** Ask for Help
**Created:** [June 12, 2023, 2:29pm UTC](https://community.glideapps.com/t/bring-data-back-to-glide-from-webhook/62686 "2023-06-12T14:29:28Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Giovanni\_Petrosino1](https://avatars.discourse-cdn.com/v4/letter/g/dc4da7/32.png) [@Giovanni\_Petrosino1](https://community.glideapps.com/u/Giovanni_Petrosino1)
#### Post date: [June 12, 2023, 2:29pm UTC](https://community.glideapps.com/t/bring-data-back-to-glide-from-webhook/62686/1 "2023-06-12T14:29:29Z")

</div>

Hello everyone, I’m trying to bring data back from a webhook setup in Make (Integromat) to my app in glide. Basically I created a webhook that is triggered with a button and send data to QuickBooks module in Make where I need to get the customer balance (from QuickBooks data) and send it back to my app so that I can use the info there… Thank you in advance.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [June 12, 2023, 3:05pm UTC](https://community.glideapps.com/t/bring-data-back-to-glide-from-webhook/62686/2 "2023-06-12T15:05:13Z")

</div>

You would need to send the RowID of the row you want the data saved in with your webhook, and then use that with the Glide API to write the result back into Glide.

---

<div class="post-metadata">

### Author: ![Giovanni\_Petrosino1](https://avatars.discourse-cdn.com/v4/letter/g/dc4da7/32.png) [@Giovanni\_Petrosino1](https://community.glideapps.com/u/Giovanni_Petrosino1)
#### Post date: [June 12, 2023, 3:39pm UTC](https://community.glideapps.com/t/bring-data-back-to-glide-from-webhook/62686/3 "2023-06-12T15:39:48Z")

</div>

Hi thanks for reply, can you tell me how to use Glide API, I can’t find anything like that. Thanks.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [June 12, 2023, 3:42pm UTC](https://community.glideapps.com/t/bring-data-back-to-glide-from-webhook/62686/4 "2023-06-12T15:42:20Z")

</div>

> **[Glide • Getting Started with the Glide API](https://www.glideapps.com/docs/reference/data-sources/getting-started-with-the-glide-api)**
>
> A guide to working with the Glide Tables API for non-developers.
