Create a New Webhook SubscriptionCopy Pagepost https://{account}.sysaidit.com/connect/v1/webhooksCreates a new webhook subscriber with subscription for the specified events.Body ParamsurlurirequiredThe HTTPS URL that will receive webhook eventssignatureKeystringThe optional key used to sign the webhook eventsdescriptionstringOptional description of the webhook subscriptioneventNamesarray of stringsrequiredThe names of the events to subscribe toeventNames*ADD stringResponses 200Webhook subscription created successfully 400The request was invalid or cannot be served 401Authentication information is missing or invalid 500An unexpected error occurred on the serverUpdated 10 months ago