Enables scripted content fragments to use Webhook information
Methods
List
List available webhook events.
Velocity
#set($apiListResponse = $core_v2_webhookEvent.List("%{ CallBackUrl = $callBackUrlArg, CallBackUrlId = $callBackUrlIdArg }"))
JavaScript
var apiListResponse = core_v2_webhookEvent.List({ CallBackUrl: callBackUrlArg, CallBackUrlId: callBackUrlIdArg });
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
options | Options | Set of optional parameters including: | Required | ||
CallBackUrl | String | When provided, filter results to only webhooks the url is subscribed to | Optional | ||
CallBackUrlId | Int32 | When provided, filter results to only webhooks the url is subscribed to | Optional |