Bring data back to glide from webhook

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.

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.

1 Like

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

1 Like