Create a new webhook
None.
| Name | Description | Type | Additional information |
|---|---|---|---|
| HookUrl |
Url for your webhook |
string |
None. |
| ActivityTypes |
Which activities you want your webhook to be notified about. Leave emtpy to receive notifications for all activity types (not recommended) |
Collection of ActivityType |
None. |
{
"HookUrl": "sample string 1",
"ActivityTypes": [
"NewMembership",
"NewMembership"
]
}
Sample not available.
Returns Id of newly created webhook if successful
None.
Try this endpoint by entering your credentials and using the API Explorer.
Try With API ExplorerSample not available.