# Receive a webhook?

**URL:** https://community.glideapps.com/t/receive-a-webhook/79524
**Category:** Ask for Help
**Tags:** tutorial
**Created:** [January 25, 2025, 3:30pm UTC](https://community.glideapps.com/t/receive-a-webhook/79524 "2025-01-25T15:30:36Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![LAM\_DO](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/lam_do/32/79260_2.png) [@LAM\_DO](https://community.glideapps.com/u/LAM_DO)
#### Post date: [January 25, 2025, 3:30pm UTC](https://community.glideapps.com/t/receive-a-webhook/79524/1 "2025-01-25T15:30:36Z")

</div>

Hello. I’d like to have a help to setup a webhook receiver.

I setup the flow that glide send an api call to square terminal. And then I need to setup the way to receive the webhook from them that showing status of the checkout order that will be posted in one of my table

I can’t find it anywhere in the community resources. Anyone who has been there please share the workflow for that please?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [January 25, 2025, 3:48pm UTC](https://community.glideapps.com/t/receive-a-webhook/79524/2 "2025-01-25T15:48:53Z")

</div>

> **[Webhook Trigger | Glide Docs](https://www.glideapps.com/docs/automation/workflows/webhook)**
>
> Trigger workflows with an incoming Web request.

---

<div class="post-metadata">

### Author: ![MaximeBaker](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maximebaker/32/80877_2.png) [@MaximeBaker](https://community.glideapps.com/u/MaximeBaker)
#### Post date: [January 25, 2025, 6:11pm UTC](https://community.glideapps.com/t/receive-a-webhook/79524/3 "2025-01-25T18:11:08Z")

</div>

Create a webhook workflow will give you a URL and optionally a bearer token.

You will need to configure your square account so it sends info to that URL.

---

<div class="post-metadata">

### Author: ![LAM\_DO](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/lam_do/32/79260_2.png) [@LAM\_DO](https://community.glideapps.com/u/LAM_DO)
#### Post date: [January 28, 2025, 2:39pm UTC](https://community.glideapps.com/t/receive-a-webhook/79524/4 "2025-01-28T14:39:29Z")

</div>

Thank you guys. From this I had made a webhook to listen to square checkout result. However, JSON parse seem not to working correctly on computed columns. I figured that I would switch to Make and have that data parse and send it back to by Big Table using API that also wouldn’t cost me a lot of updates though.

I’ve realized that there is log tables that on my account. Do I need to delete them or Glide will handle that?

---

<div class="post-metadata">

### Author: ![MaximeBaker](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maximebaker/32/80877_2.png) [@MaximeBaker](https://community.glideapps.com/u/MaximeBaker)
#### Post date: [January 28, 2025, 2:40pm UTC](https://community.glideapps.com/t/receive-a-webhook/79524/5 "2025-01-28T14:40:53Z")

</div>

They won’t be deleted. If you don’t want them, you will need to remove the data periodically.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [February 4, 2025, 2:41pm UTC](https://community.glideapps.com/t/receive-a-webhook/79524/6 "2025-02-04T14:41:17Z")

</div>

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