Webhooks
App Overview
Webhooks is our app that allows you to be notified of an event that comes from an HTTP request.
Getting Started: Installations
Name | Type | Description | Exemple | Hidden |
---|---|---|---|---|
authentication | string | Authentication type that will be used to securize the access to the webhook | false | |
apiKeyHeaderName | string | The name of the header field used to store et verify the apiKey value | false | |
apiKeyValue | string | The value of the apiKey that must be provided by the sender to be authorized | true |
App Items
Events
Request Received
This event is triggered when a request is received by the webhook
Name | Type |
---|---|
resourcePath | string |
method | string |
headers | object |
queryParams | object |
body | object |
Version(s)
1.0.2 