View Source
Interface IWebhookPresentationFactory
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public interface IWebhookPresentationFactory
Methods
View Source
CreateResponseModel(IWebhook)
Declaration
WebhookResponseModel CreateResponseModel(IWebhook webhook)
Parameters
Type |
Name |
Description |
IWebhook |
webhook |
|
Returns
View Source
CreateResponseModel(WebhookLog)
Declaration
virtual WebhookLogResponseModel CreateResponseModel(WebhookLog webhookLog)
Parameters
Type |
Name |
Description |
WebhookLog |
webhookLog |
|
Returns
View Source
CreateWebhook(CreateWebhookRequestModel)
Declaration
IWebhook CreateWebhook(CreateWebhookRequestModel webhookRequestModel)
Parameters
Returns
Type |
Description |
IWebhook |
|
View Source
CreateWebhook(UpdateWebhookRequestModel, Guid)
Declaration
IWebhook CreateWebhook(UpdateWebhookRequestModel webhookRequestModel, Guid existingWebhookKey)
Parameters
Returns
Type |
Description |
IWebhook |
|