Creates a new webhook
None.
WebhookCreateUpdateModel
WebhookCreateUpdateModelName | Description | Type | Additional information |
---|---|---|---|
Url |
Url to be called |
string | |
ActivityTypes |
What activities this webhook will be called for. Webhook will be called for all if this is empty |
Collection of ActivityType | |
IsDisabled |
Is Webhook disabled |
boolean |
{ "Url": "sample string 1", "ActivityTypes": [ "AccountCreated", "AccountCreated" ], "IsDisabled": true }
Sample not available.
https://api.servicereef.com/v1/Webhooks?model={model}
Returns Id of newly created webhook if successful
IHttpActionResultNone.
Try this endpoint by entering your credentials and using the API Explorer.
Try With API ExplorerSample not available.