# How to use Webhook for my own server without use zapier or microsoft flow

**URL:** https://forum.kintone.dev/t/how-to-use-webhook-for-my-own-server-without-use-zapier-or-microsoft-flow/138
**Category:** General
**Created:** [October 25, 2019, 7:51am UTC](https://forum.kintone.dev/t/how-to-use-webhook-for-my-own-server-without-use-zapier-or-microsoft-flow/138 "2019-10-25T07:51:02Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![legacy\_user](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.kintone.dev/legacy_user/32/25_2.png) [@legacy\_user](https://forum.kintone.dev/u/legacy_user)
#### Post date: [October 25, 2019, 7:51am UTC](https://forum.kintone.dev/t/how-to-use-webhook-for-my-own-server-without-use-zapier-or-microsoft-flow/138/1 "2019-10-25T07:51:02Z")

</div>

Hi there,

I have some problem when using webhook

I need to use my own api for webhook from my server instead of use service like zapier or microsoft flow

But when i put my api to webhook, it didn’t request to my api and i don’t know why&nbsp;

Then i try to use zapier instead but zapier only listening to add records event  
And i need another event too (like update, delete, comment)&nbsp;

Can you guy help me please.

Thank you,  
Minh

---

<div class="post-metadata">

### Author: ![legacy\_user](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.kintone.dev/legacy_user/32/25_2.png) [@legacy\_user](https://forum.kintone.dev/u/legacy_user)
#### Post date: [October 26, 2019, 4:47pm UTC](https://forum.kintone.dev/t/how-to-use-webhook-for-my-own-server-without-use-zapier-or-microsoft-flow/138/2 "2019-10-26T16:47:07Z")

</div>

Hello Minh,

I am assuming that at the Webhook setup screen, you set up the URL of the API provided by your server as “Webhook Endpoint”  
but that did not work.

Later you use Zapier for “Webhook Endpoint” instead and the only add records event works fine,  
so I think you set up Webhook correctly.  
What I am concerned is you selected other events, such as Record is edited/deleted/Comment is posted, at Webhook setup and saved the setting,  
but maybe you have not updated the app -clicking “Update App” at the end.  
Also, you might want to check the “Webhook Execution Log” about the situation. If there is no log, you may have forgotten to update your app settings.

•Setting up a Webhook  
[https://get.kintone.help/k/en/user/app\_settings/set\_webhook/webhook.html](https://get.kintone.help/k/en/user/app_settings/set_webhook/webhook.html)

•Webhook Execution Log  
[https://get.kintone.help/k/en/user/app\_settings/set\_webhook/webhook\_logs.html](https://get.kintone.help/k/en/user/app_settings/set_webhook/webhook_logs.html)

I hope it helps.

Thank you.

Junko

---

<div class="post-metadata">

### Author: ![legacy\_user](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.kintone.dev/legacy_user/32/25_2.png) [@legacy\_user](https://forum.kintone.dev/u/legacy_user)
#### Post date: [October 28, 2019, 2:32am UTC](https://forum.kintone.dev/t/how-to-use-webhook-for-my-own-server-without-use-zapier-or-microsoft-flow/138/3 "2019-10-28T02:32:25Z")

</div>

Hi Junko,

Thank for you reply,

My webhook is working perfectly.

I missed to remove checking csrf token in my laravel app …

Br,

Minh
