AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

WebhookController..::..SendWebhook Method

Send out the payload to distination URL

Namespace:  AdvantageCSP.AdvantageAPI
Assembly:  AdvantageCSP.API (in AdvantageCSP.API.dll)

Syntax


public Task<IHttpActionResult> SendWebhook(
	string url,
	string body
)

Parameters

url
Type: String
body
Type: String

Return Value