# webhook

Set `webhook` property to `true` if you want your component to be a "webhook" type. That means that `context.getWebhookUrl()` method becomes available to you inside your component virtual methods (such as `receive()`). You can use this URL to send HTTP POST requests to. See the [Behaviour](https://docs.appmixer.com/6.0/v4.3/component-definition/behaviour) section, especially the [`context.getWebhookUrl()`](https://docs.appmixer.com/6.0/v4.3/behaviour#context-getwebhookurl) for details and example.
