# How to implement a webhook endpoint in Shopware?

**URL:** https://forum.shopware.com/t/how-to-implement-a-webhook-endpoint-in-shopware/46504
**Category:** International (English Only)
**Tags:** programming
**Created:** [24. Juni 2017 um 19:58 UTC](https://forum.shopware.com/t/how-to-implement-a-webhook-endpoint-in-shopware/46504 "2017-06-24T19:58:07Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![mdnapo](https://avatars.discourse-cdn.com/v4/letter/m/90ced4/32.png) [@mdnapo](https://forum.shopware.com/u/mdnapo)
#### Post date: [19. September 2018 um 14:55 UTC](https://forum.shopware.com/t/how-to-implement-a-webhook-endpoint-in-shopware/46504/5 "2018-09-19T14:55:54Z")

</div>

Hello Danny Dan,

A bit of a late reaction, but this is the way I achieved the desired result.

I started off by creating a controller that extends Enlight\_Controller\_Action and implements CSRFWhitelistAware in the Controller/Frontend folder.

Then simply whitelist the actions you want to access publicly.

I hope this helps! 🙂

Greets,

Donny

---

_[View the full topic](https://forum.shopware.com/t/how-to-implement-a-webhook-endpoint-in-shopware/46504)._
