WebHook class
Webhook metadata.
public class WebHook : BaseEntity
Public Members
| name | description |
|---|---|
| WebHook() | The default constructor. |
| AziendaId { get; set; } | Company for which the webhook should be active. Set to null if the webhook should be active for all companies. |
| Description { get; set; } | An optional description of what the wehbook is used for. |
| Enabled { get; set; } | Wether the webhooks is enabled or not. On creation, this is set to true. |
| Events { get; set; } | List of events to enable for this endpoint. See Available for a list of valid event names. |
| Secret { get; set; } | The secret used to generate webhook signatures. Returned on webhook creation and never updatable. |
| Url { get; set; } | The url of the webhook. This is endpoint in your integration that will receive the POST request when the target Events are fired. Only https accepted. |
See Also
- class BaseEntity
- namespace Amica