Defines the URL and payload mode of a Webhook.
If configured, the Workspaces backend will call the specified URL on the following events:
BeforeCreate, AfterCreate, BeforeUpdate, AfterUpdate, BeforeDelete, AfterDelete
Hierarchy
IWebhooksConfig
Properties
url
url:string
The URL which should be called by the Workspaces backend
useArrays
useArrays:boolean
Specifies, if the webhook should send data in Array or Dictionary format.
Set this to true, if you can not parse dictionaries :)
Defines the URL and payload mode of a Webhook. If configured, the Workspaces backend will call the specified URL on the following events:
BeforeCreate
,AfterCreate
,BeforeUpdate
,AfterUpdate
,BeforeDelete
,AfterDelete